We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7140ed3 commit e47760cCopy full SHA for e47760c
.github/workflows/publish-pypi.yml
@@ -50,26 +50,3 @@ jobs:
50
51
- name: Publish distribution to PyPI
52
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
75
- repository-url: https://test.pypi.org/legacy/
0 commit comments