Skip to content

Commit b2e2538

Browse files
authored
fix: remove testpypi we don't need it in the workflow (#582)
1 parent 3c56e9a commit b2e2538

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/release-please.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -80,10 +80,6 @@ jobs:
8080
run: poetry install
8181
- name: Build package
8282
run: poetry build
83-
- name: Publish to TestPyPI
84-
env:
85-
POETRY_PYPI_TOKEN_TESTPYPI: ${{ secrets.TEST_PYPI_TOKEN }}
86-
run: poetry publish --repository testpypi
8783
- name: Publish to PyPI
8884
env:
8985
POETRY_PYPI_TOKEN_PYPI: ${{ secrets.PYPI_TOKEN }}

0 commit comments

Comments
 (0)