Skip to content

Commit

Permalink
chore: Update pypi publishing github action (#108)
Browse files Browse the repository at this point in the history
  • Loading branch information
kiendang authored Apr 26, 2023
1 parent d76450a commit 6806e56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
pip install wheel
python setup.py sdist
- name: Publish a Python distribution to PyPI
uses: pypa/gh-action-pypi-publish@v1.1.0
uses: pypa/gh-action-pypi-publish@release/v1
with:
user: __token__
password: ${{ secrets.pypi_password }}

0 comments on commit 6806e56

Please sign in to comment.