Skip to content

Commit

Permalink
fix: update version of pypi publish to point to release version (#901)
Browse files Browse the repository at this point in the history
  • Loading branch information
clintonsteiner authored Dec 20, 2024
1 parent a57ec40 commit 952c008
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 42,6 @@ jobs:
- name: Build package
run: python setup.py sdist bdist_wheel
- name: Publish package
uses: pypa/gh-action-pypi-publish@v1.5.0
uses: pypa/gh-action-pypi-publish@release/v1
with:
password: ${{ secrets.pypi_password }}

0 comments on commit 952c008

Please sign in to comment.