Skip to content

Commit bc04f0f

Browse files
authored
pin pypa/gh-actions-pypi-publish version (#22)
1 parent de6e014 commit bc04f0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
run: |
2121
python -m build --sdist --wheel --outdir dist/ .
2222
- name: Publish to PyPI
23-
uses: pypa/gh-action-pypi-publish@master
23+
uses: pypa/gh-action-pypi-publish@release/v1
2424
with:
2525
user: __token__
2626
password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)