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.
2 parents adc5a9f + e854e30 commit aeed7b6Copy full SHA for aeed7b6
.github/workflows/PyPi.yml
@@ -25,6 +25,6 @@ jobs:
25
run: python -m build --sdist --wheel --outdir dist/
26
27
- name: Publish distribution 📦 to PyPI
28
- uses: pypa/gh-action-pypi-publish@v1.5.1
+ uses: pypa/gh-action-pypi-publish@v1.8.8
29
with:
30
password: ${{ secrets.PYPI_API_TOKEN }}
.github/workflows/TestPyPi.yml
@@ -26,7 +26,7 @@ jobs:
- name: Publish distribution 📦 to Test PyPI
31
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
32
repository_url: https://test.pypi.org/legacy/
0 commit comments