We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b30118d commit ed54f29Copy full SHA for ed54f29
.github/workflows/ci.yml
@@ -213,7 +213,7 @@ jobs:
213
.venv/bin/pip install wheel setuptools -r requirements.txt
214
.venv/bin/python setup.py --test clean check sdist bdist_wheel
215
- name: Upload to PyPI Test
216
- uses: pypa/gh-action-pypi-publish@v1.11.0
+ uses: pypa/gh-action-pypi-publish@v1.12.2
217
with:
218
password: ${{ secrets.TEST_PYPI_TOKEN }}
219
repository_url: https://test.pypi.org/legacy/
@@ -240,7 +240,7 @@ jobs:
240
241
.venv/bin/python setup.py clean check sdist bdist_wheel
242
- name: Upload to PyPI
243
244
245
password: ${{ secrets.PYPI_TOKEN }}
246
0 commit comments