Spaces:
Running
Running
Andrea MH
commited on
Update pypi_release.yml
Browse files
.github/workflows/pypi_release.yml
CHANGED
@@ -31,30 +31,6 @@ jobs:
|
|
31 |
with:
|
32 |
name: python-package-distributions
|
33 |
path: dist/
|
34 |
-
|
35 |
-
publish-to-testpypi:
|
36 |
-
name: Publish Python π distribution π¦ to TestPyPI
|
37 |
-
needs:
|
38 |
-
- build
|
39 |
-
runs-on: ubuntu-latest
|
40 |
-
|
41 |
-
environment:
|
42 |
-
name: testpypi
|
43 |
-
url: https://test.pypi.org/p/testgedi
|
44 |
-
|
45 |
-
permissions:
|
46 |
-
id-token: write # IMPORTANT: mandatory for trusted publishing
|
47 |
-
|
48 |
-
steps:
|
49 |
-
- name: Download all the dists
|
50 |
-
uses: actions/download-artifact@v3
|
51 |
-
with:
|
52 |
-
name: python-package-distributions
|
53 |
-
path: dist/
|
54 |
-
- name: Publish distribution π¦ to TestPyPI
|
55 |
-
uses: pypa/gh-action-pypi-publish@release/v1
|
56 |
-
with:
|
57 |
-
repository-url: https://test.pypi.org/p/testgedi
|
58 |
|
59 |
publish-to-pypi:
|
60 |
name: >-
|
|
|
31 |
with:
|
32 |
name: python-package-distributions
|
33 |
path: dist/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
34 |
|
35 |
publish-to-pypi:
|
36 |
name: >-
|