We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 931b879 commit cb14394Copy full SHA for cb14394
1 file changed
.github/workflows/publish_to_pypi.yml
@@ -92,26 +92,3 @@ jobs:
92
gh release upload
93
'${{ github.ref_name }}' dist/**
94
--repo '${{ github.repository }}'
95
-
96
- publish-to-testpypi:
97
- name: Publish Python 🐍 distribution 📦 to TestPyPI
98
- needs:
99
- - build
100
- runs-on: ubuntu-latest
101
102
- environment:
103
- name: testpypi
104
- url: https://test.pypi.org/p/mapmanagercore
105
- permissions:
106
- id-token: write # IMPORTANT: mandatory for trusted publishing
107
108
- steps:
109
- - name: Download all the dists
110
- uses: actions/download-artifact@v3
111
- with:
112
- name: python-package-distributions
113
- path: dist/
114
- - name: Publish distribution 📦 to TestPyPI
115
- uses: pypa/gh-action-pypi-publish@release/v1
116
117
- repository-url: https://test.pypi.org/legacy/
0 commit comments