Skip to content

Commit 0b8adc8

Browse files
committed
Remove Test PYPI
1 parent d68774c commit 0b8adc8

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/publish-to-test-pypi.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,8 @@ jobs:
1616
run: pip install wheel
1717
- name: Build wheel
1818
run: python setup.py sdist bdist_wheel
19-
- name: Publish distribution 📦 to Test PyPI
20-
uses: pypa/gh-action-pypi-publish@master
21-
with:
22-
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
23-
repository_url: https://test.pypi.org/legacy/
2419
- name: Publish distribution 📦 to PyPI
25-
if: startsWith(github.ref, 'refs/tags')
20+
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
2621
uses: pypa/gh-action-pypi-publish@master
2722
with:
2823
password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)