Skip to content

Commit

Permalink
update pypi publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulWestenthanner committed Oct 1, 2024
1 parent fa0e3ee commit 6651b67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pypi-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
pip install wheel
python setup.py bdist_wheel sdist
- name: Publish package
uses: pypa/gh-action-pypi-publish@master
uses: pypa/gh-action-pypi-publish@release/v1
with:
user: willmcg4132
password: ${{ secrets.pypi_password }}

0 comments on commit 6651b67

Please sign in to comment.