Skip to content

Commit

Permalink
Try to fix deploy again
Browse files Browse the repository at this point in the history
  • Loading branch information
facelessuser committed Apr 5, 2022
1 parent 6beb8e4 commit 2f9004a
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 @@ -56,7 +56,7 @@ jobs:
pip install --upgrade build
python -m build -s -w
- name: Publish
uses: pypa/gh-action-pypi-publish@v1.5
uses: pypa/gh-action-pypi-publish@release/v1
with:
user: __token__
password: ${{ secrets.PYPI_PWD }}

0 comments on commit 2f9004a

Please sign in to comment.