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.
2 parents cec5846 + a2230dc commit 84f018dCopy full SHA for 84f018d
.github/workflows/package.yml
@@ -37,7 +37,7 @@ jobs:
37
python -m pep517.build --source --binary --out-dir dist/ .
38
39
- name: Publish distribution to PyPI
40
- uses: pypa/gh-action-pypi-publish@fb13cb306901256ace3dab689990e13a5550ffaa # v1.11.0
+ uses: pypa/gh-action-pypi-publish@15c56dba361d8335944d31a2ecd17d700fc7bcbc # v1.12.2
41
with:
42
user: __token__
43
password: ${{ secrets.pypi_password }}
0 commit comments