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 da225b7 commit 17bdfd1Copy full SHA for 17bdfd1
.github/workflows/release-python.yml
@@ -75,12 +75,6 @@ jobs:
75
with:
76
name: all-dist-${{ github.run_id }}
77
path: dist/
78
- - name: Publish package distributions to TestPyPI
79
- uses: pypa/gh-action-pypi-publish@release/v1
80
- with:
81
- repository-url: https://test.pypi.org/legacy/
82
- skip-existing: true
83
- attestations: ${{ !startsWith(github.ref, 'refs/tags/') }}
84
- name: Publish distribution 📦 to PyPI
85
if: startsWith(github.ref, 'refs/tags/')
86
uses: pypa/gh-action-pypi-publish@release/v1
0 commit comments