Skip to content

Commit cb14394

Browse files
committed
new push to pypi
1 parent 931b879 commit cb14394

1 file changed

Lines changed: 0 additions & 23 deletions

File tree

.github/workflows/publish_to_pypi.yml

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -92,26 +92,3 @@ jobs:
9292
gh release upload
9393
'${{ github.ref_name }}' dist/**
9494
--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-
with:
117-
repository-url: https://test.pypi.org/legacy/

0 commit comments

Comments
 (0)