We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d02c685 commit 13feddbCopy full SHA for 13feddb
.github/workflows/release.yml
@@ -35,6 +35,6 @@ jobs:
35
python3 -m pip install -U setuptools wheel
36
python3 setup.py sdist bdist_wheel
37
ls dist
38
- - uses: pypa/gh-action-pypi-publish@v1.4.2
+ - uses: pypa/gh-action-pypi-publish@cef221092ed1bacb1cc03d23a2d87d1d172e277b # v1.14.0
39
with:
40
password: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments