Skip to content

Commit

Permalink
Update stable.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
APN-Pucky committed Jul 31, 2022
1 parent fe98f26 commit 68e0f00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
coverage-reports: coverage.xml
- name: Deploy PyPI
if: startsWith(github.ref, 'refs/tags')
uses: pypa/gh-action-pypi-publish@master
uses: pypa/gh-action-pypi-publish@release/v1
with:
password: ${{ secrets.pypi_token }}
- name: Deploy Github Pages
Expand Down

0 comments on commit 68e0f00

Please sign in to comment.