We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8ac1cdf + c5eff76 commit c3519a9Copy full SHA for c3519a9
1 file changed
.github/workflows/publish-pypi.yml
@@ -54,26 +54,3 @@ jobs:
54
55
- name: Publish distribution to PyPI
56
uses: pypa/gh-action-pypi-publish@release/v1
57
-
58
- publish-to-testpypi:
59
- name: Publish to TestPyPI
60
- needs: build
61
- runs-on: ubuntu-latest
62
- if: github.event_name == 'workflow_dispatch' # Only on manual trigger
63
- environment:
64
- name: testpypi
65
- url: https://test.pypi.org/p/diwasp
66
- permissions:
67
- id-token: write
68
69
- steps:
70
- - name: Download all the dists
71
- uses: actions/download-artifact@v4
72
- with:
73
- name: python-package-distributions
74
- path: dist/
75
76
- - name: Publish distribution to TestPyPI
77
- uses: pypa/gh-action-pypi-publish@release/v1
78
79
- repository-url: https://test.pypi.org/legacy/
0 commit comments