We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c7f95b commit 60e1ce9Copy full SHA for 60e1ce9
.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@release/v1
+ uses: pypa/gh-action-pypi-publish@v1.4.2
27
with:
28
user: __token__
29
password: ${{ secrets.PYPY_API_TOKEN }}
0 commit comments