We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8aff5e5 commit cc46568Copy full SHA for cc46568
.github/workflows/release.yaml
@@ -72,7 +72,7 @@ jobs:
72
run: |
73
pip wheel . -w dist
74
- name: Publish package
75
- uses: pypa/gh-action-pypi-publish@master
+ uses: pypa/gh-action-pypi-publish@release/v1
76
with:
77
user: __token__
78
password: ${{ secrets.PYPI_DEPLOYMENT_TOKEN }}
0 commit comments