We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6d48f4 commit c703188Copy full SHA for c703188
.github/workflows/publish.yml
@@ -60,11 +60,6 @@ jobs:
60
run: |
61
set -e
62
python3 -m build --sdist --wheel --outdir dist/ .
63
- - name: Publish distribution package to Test PyPI
64
- id: publish_test
65
- uses: pypa/gh-action-pypi-publish@67339c736fd9354cd4f8cb0b744f2b82a74b5c70 # v1.12.3
66
- with:
67
- repository-url: https://test.pypi.org/legacy/
68
- name: Publish distribution package to PyPI
69
id: publish
70
if: startsWith(github.ref, 'refs/tags')
0 commit comments