We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3843ab4 commit d5da919Copy full SHA for d5da919
.github/workflows/test_and_deploy.yml
@@ -85,7 +85,7 @@ jobs:
85
with:
86
name: artifact
87
path: dist
88
- - uses: pypa/gh-action-pypi-publish@v1.12.3
+ - uses: pypa/gh-action-pypi-publish@release/v1
89
90
user: __token__
91
password: ${{ secrets.TWINE_API_KEY }}
0 commit comments