Skip to content

Commit e47760c

Browse files
authored
Update publish-pypi.yml
1 parent 7140ed3 commit e47760c

File tree

1 file changed

+0
-23
lines changed

1 file changed

+0
-23
lines changed

.github/workflows/publish-pypi.yml

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -50,26 +50,3 @@ jobs:
5050

5151
- name: Publish distribution to PyPI
5252
uses: pypa/gh-action-pypi-publish@release/v1
53-
54-
publish-to-testpypi:
55-
name: Publish to TestPyPI
56-
needs: [build]
57-
runs-on: ubuntu-latest
58-
environment:
59-
name: testpypi
60-
url: https://test.pypi.org/p/votuderep
61-
62-
permissions:
63-
id-token: write # IMPORTANT: mandatory for trusted publishing
64-
65-
steps:
66-
- name: Download all the dists
67-
uses: actions/download-artifact@v4
68-
with:
69-
name: python-package-distributions
70-
path: dist/
71-
72-
- name: Publish distribution to TestPyPI
73-
uses: pypa/gh-action-pypi-publish@release/v1
74-
with:
75-
repository-url: https://test.pypi.org/legacy/

0 commit comments

Comments
 (0)