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 f1d48f3 commit a76f17aCopy full SHA for a76f17a
.github/workflows/ci.yml
@@ -56,7 +56,7 @@ jobs:
56
sed -i "s/5 - Production\/Stable/4 - Beta/g" setup.py
57
.venv/bin/python setup.py clean check sdist bdist_wheel
58
- name: Upload to PyPI Test
59
- uses: pypa/gh-action-pypi-publish@v1.10.2
+ uses: pypa/gh-action-pypi-publish@v1.11.0
60
with:
61
password: ${{ secrets.TEST_PYPI_TOKEN }}
62
repository_url: https://test.pypi.org/legacy/
@@ -77,7 +77,7 @@ jobs:
77
.venv/bin/pip install wheel setuptools -r requirements.txt
78
79
- name: Upload to PyPI
80
81
82
password: ${{ secrets.PYPI_TOKEN }}
83
0 commit comments