Skip to content

Commit d4d4acd

Browse files
Merge pull request #78 from kevinbackhouse/remove-testpypi
Remove the TestPyPI step
2 parents 560d2f8 + 654653e commit d4d4acd

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/publish-to-pypi.yaml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,3 @@ jobs:
6262
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6363
RELEASE_NAME: ${{ github.ref_name }}
6464
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

Comments
 (0)