Skip to content

Commit

Permalink
Update pypi workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
MPCodeWriter21 committed Mar 27, 2024
1 parent b59a68b commit 9f7cf7a
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 @@ -37,7 +37,7 @@ jobs:
regex: '\d+\.\d+\.\d+a\d+'

- name: Publish
uses: pypa/gh-action-pypi-publish@master
uses: pypa/gh-action-pypi-publish@release/v1
if: ${{ steps.check-version.outputs.match == '' }} # If didn't match
with:
password: ${{ secrets.PYPI_API_TOKEN }}

0 comments on commit 9f7cf7a

Please sign in to comment.