Skip to content

Commit f502ac6

Browse files
committed
don't publish to test-pypi
1 parent 32f705b commit f502ac6

1 file changed

Lines changed: 2 additions & 7 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Publish to PyPI and TestPyPI
1+
name: Publish to PyPI
22

33
# only trigger on tagged commits starting with "v"
44
on:
@@ -22,9 +22,4 @@ jobs:
2222
uses: pypa/gh-action-pypi-publish@release/v1
2323
with:
2424
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/
25+

0 commit comments

Comments
 (0)