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 a16129d commit 224132aCopy full SHA for 224132a
.github/workflows/release.yml
@@ -19,7 +19,7 @@ jobs:
19
- name: Build package
20
run: python setup.py sdist
21
- name: Publish package to PyPI
22
- uses: pypa/gh-action-pypi-publish@v1.8.7
+ uses: pypa/gh-action-pypi-publish@v1.8.8
23
with:
24
user: __token__
25
password: ${{ secrets.pypi_password }}
0 commit comments