We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbf9dc2 commit 13216eaCopy full SHA for 13216ea
.github/workflows/release.yml
@@ -23,7 +23,7 @@ jobs:
23
run: |
24
python setup.py sdist bdist_wheel
25
- name: Publish package
26
- uses: pypa/gh-action-pypi-publish@master
+ uses: pypa/gh-action-pypi-publish@release/v1
27
with:
28
user: __token__
29
password: ${{ secrets.PYPY_API_TOKEN }}
0 commit comments