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 eb5049b commit cf43e95Copy full SHA for cf43e95
.github/workflows/tests.yml
@@ -90,7 +90,7 @@ jobs:
90
pip install wheel
91
python setup.py sdist bdist_wheel
92
- name: Publish
93
- uses: pypa/gh-action-pypi-publish@v1.1.0
+ uses: pypa/gh-action-pypi-publish@v1.8.10
94
with:
95
user: __token__
96
password: ${{ secrets.PYPI_KEY }}
0 commit comments