We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4add8c9 + ca1424b commit 1f5e3b6Copy full SHA for 1f5e3b6
.github/workflows/publish-to-pypi.yml
@@ -24,11 +24,6 @@ jobs:
24
--wheel
25
--outdir dist/
26
.
27
- - name: Publish distribution 📦 to Test PyPI
28
- uses: pypa/gh-action-pypi-publish@release/v1
29
- with:
30
- password: ${{ secrets.TEST_PYPI_API_TOKEN }}
31
- repository_url: https://test.pypi.org/legacy/
32
- name: Publish distribution 📦 to PyPI
33
if: startsWith(github.ref, 'refs/tags')
34
uses: pypa/gh-action-pypi-publish@release/v1
0 commit comments