We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ed51ec commit d507608Copy full SHA for d507608
.github/workflows/pypi.yml
@@ -95,27 +95,3 @@ jobs:
95
gh release upload
96
'${{ github.ref_name }}' dist/**
97
--repo '${{ github.repository }}'
98
-
99
- publish-to-testpypi:
100
- name: Publish to TestPyPI
101
- needs:
102
- - build
103
- runs-on: ubuntu-latest
104
105
- environment:
106
- name: testpypi
107
- url: https://test.pypi.org/p/sphinx-code-include
108
109
- permissions:
110
- id-token: write # IMPORTANT: mandatory for trusted publishing
111
112
- steps:
113
- - name: Download all the dists
114
- uses: actions/download-artifact@v3
115
- with:
116
- name: python-package-distributions
117
- path: dist/
118
- - name: Publish to TestPyPI
119
- uses: pypa/gh-action-pypi-publish@release/v1
120
121
- repository-url: https://test.pypi.org/legacy/
0 commit comments