We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9552c8a + 2d3b760 commit 9360064Copy full SHA for 9360064
1 file changed
.github/workflows/publish.yml
@@ -20,7 +20,7 @@ jobs:
20
pip install --upgrade setuptools wheel
21
python setup.py sdist bdist_wheel
22
- name: pypi-publish
23
- uses: pypa/gh-action-pypi-publish@v1.3.1
+ uses: pypa/gh-action-pypi-publish@v1.13.0
24
with:
25
user: __token__
26
password: ${{ secrets.PYPI_TOKEN }}
0 commit comments