There was an error while loading. Please reload this page.
1 parent 32f705b commit f502ac6Copy full SHA for f502ac6
1 file changed
.github/workflows/publish.yml
@@ -1,4 +1,4 @@
1
-name: Publish to PyPI and TestPyPI
+name: Publish to PyPI
2
3
# only trigger on tagged commits starting with "v"
4
on:
@@ -22,9 +22,4 @@ jobs:
22
uses: pypa/gh-action-pypi-publish@release/v1
23
with:
24
password: ${{ secrets.PYPI_API_TOKEN }}
25
- - name: Publish to Test PyPI
26
- # this step may fail if the version number was already manually published to test.pypi
27
- uses: pypa/gh-action-pypi-publish@release/v1
28
- with:
29
- password: ${{ secrets.TEST_PYPI_API_TOKEN }}
30
- repository_url: https://test.pypi.org/legacy/
+
0 commit comments