Skip to content

Commit 2a4195f

Browse files
committed
Remove TestPyPI deployment step
1 parent 0117d49 commit 2a4195f

1 file changed

Lines changed: 0 additions & 25 deletions

File tree

.github/workflows/publish.yml

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -61,28 +61,3 @@ jobs:
6161
uses: pypa/gh-action-pypi-publish@release/v1
6262
with:
6363
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-
with:
87-
repository-url: https://test.pypi.org/legacy/
88-
password: ${{ secrets.TEST_PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)