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.
1 parent 3c56e9a commit b2e2538Copy full SHA for b2e2538
.github/workflows/release-please.yml
@@ -80,10 +80,6 @@ jobs:
80
run: poetry install
81
- name: Build package
82
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
87
- name: Publish to PyPI
88
env:
89
POETRY_PYPI_TOKEN_PYPI: ${{ secrets.PYPI_TOKEN }}
0 commit comments