We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6dcd3f6 commit 95b099cCopy full SHA for 95b099c
.github/workflows/release.yml
@@ -92,13 +92,6 @@ jobs:
92
TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}
93
run: twine upload dist/*
94
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
-
102
smoke-test:
103
name: Smoke test published package
104
needs: [publish]
0 commit comments