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 c61d690 commit 5ad42a7Copy full SHA for 5ad42a7
.github/workflows/ci.yml
@@ -51,7 +51,7 @@ jobs:
51
sed -i "s/5 - Production\/Stable/4 - Beta/g" setup.py
52
python setup.py clean check sdist bdist_wheel
53
- name: Upload to PyPI Test
54
- uses: pypa/gh-action-pypi-publish@v1.8.10
+ uses: pypa/gh-action-pypi-publish@v1.12.3
55
with:
56
password: ${{ secrets.TEST_PYPI_TOKEN }}
57
repository_url: https://test.pypi.org/legacy/
@@ -71,7 +71,7 @@ jobs:
71
pip install wheel -r requirements.txt
72
73
- name: Upload to PyPI
74
75
76
password: ${{ secrets.PYPI_TOKEN }}
77
0 commit comments