Skip to content

Commit

Permalink
fix: fix publish pypi workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ziafazal authored Aug 20, 2024
1 parent 55d6faf commit d879628
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: python setup.py sdist bdist_wheel

- 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_UPLOAD_TOKEN }}
password: ${{ secrets.PYPI_UPLOAD_TOKEN }}

0 comments on commit d879628

Please sign in to comment.