We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0117d49 commit 2a4195fCopy full SHA for 2a4195f
1 file changed
.github/workflows/publish.yml
@@ -61,28 +61,3 @@ jobs:
61
uses: pypa/gh-action-pypi-publish@release/v1
62
with:
63
password: ${{ secrets.PYPI_API_TOKEN }}
64
-
65
- publish-to-testpypi:
66
- name: Publish to TestPyPI
67
- needs:
68
- - build
69
- runs-on: ubuntu-latest
70
- environment:
71
- name: testpypi
72
- url: https://test.pypi.org/p/specstream
73
74
- permissions:
75
- id-token: write # IMPORTANT: mandatory for trusted publishing
76
77
- steps:
78
- - name: Download all the dists
79
- uses: actions/download-artifact@v4
80
- with:
81
- name: python-package-distributions
82
- path: dist/
83
84
- - name: Publish distribution to TestPyPI
85
- uses: pypa/gh-action-pypi-publish@release/v1
86
87
- repository-url: https://test.pypi.org/legacy/
88
- password: ${{ secrets.TEST_PYPI_API_TOKEN }}
0 commit comments