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.
2 parents 560d2f8 + 654653e commit d4d4acdCopy full SHA for d4d4acd
.github/workflows/publish-to-pypi.yaml
@@ -62,10 +62,3 @@ jobs:
62
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
63
RELEASE_NAME: ${{ github.ref_name }}
64
run: gh release create $RELEASE_NAME dist/* --repo $GITHUB_REPO --generate-notes
65
-
66
- - name: Publish to TestPyPI
67
- uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # v1.13.0
68
- with:
69
- repository-url: https://test.pypi.org/legacy/
70
- verbose: true
71
- attestations: false
0 commit comments