Skip to content

Commit

Permalink
Update python-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ldruschk committed Jun 8, 2024
1 parent 6e8105c commit 0ed2d9e
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 @@ -24,6 +24,6 @@ jobs:
python -m poetry build
- name: Publish to PyPI
uses: actions/pypi-publish@81e9d935c883d0b210363ab89cf05f3894778450 # v1.8.14
uses: pypa/gh-action-pypi-publish@81e9d935c883d0b210363ab89cf05f3894778450 # v1.8.14
with:
password: ${{ secrets.PYPI_API_TOKEN }}

0 comments on commit 0ed2d9e

Please sign in to comment.