Skip to content

Commit

Permalink
pin pypa/gh-actions-pypi-publish version (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
ldruschk authored May 20, 2024
1 parent de6e014 commit bc04f0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
run: |
python -m build --sdist --wheel --outdir dist/ .
- name: Publish to PyPI
uses: pypa/gh-action-pypi-publish@master
uses: pypa/gh-action-pypi-publish@release/v1
with:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}

0 comments on commit bc04f0f

Please sign in to comment.