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 d02c685 commit 13d27deCopy full SHA for 13d27de
.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@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # v1.13.0
39
with:
40
password: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments