Skip to content

Commit 95b099c

Browse files
committed
Remove GitHub Packages publish step
The upload.pypi.pkg.github.com endpoint has an SSL certificate mismatch and GitHub Packages for PyPI offers no real benefit over PyPI.
1 parent 6dcd3f6 commit 95b099c

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -92,13 +92,6 @@ jobs:
9292
TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}
9393
run: twine upload dist/*
9494

95-
- name: Publish to GitHub Packages
96-
continue-on-error: true
97-
env:
98-
TWINE_USERNAME: ${{ github.repository_owner }}
99-
TWINE_PASSWORD: ${{ secrets.GITHUB_TOKEN }}
100-
run: twine upload --repository-url https://pypi.pkg.github.com/${{ github.repository_owner }}/ dist/*
101-
10295
smoke-test:
10396
name: Smoke test published package
10497
needs: [publish]

0 commit comments

Comments
 (0)