Skip to content

Commit 1afb57f

Browse files
authored
remove test pypi
1 parent 9b4088a commit 1afb57f

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

.github/workflows/release.yaml

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -88,26 +88,26 @@ jobs:
8888
'${{ github.ref_name }}' dist/**
8989
--repo '${{ github.repository }}'
9090
91-
publish-to-testpypi:
92-
name: Publish Python 🐍 distribution 📦 to TestPyPI
93-
needs:
94-
- build
95-
runs-on: ubuntu-latest
91+
# publish-to-testpypi:
92+
# name: Publish Python 🐍 distribution 📦 to TestPyPI
93+
# needs:
94+
# - build
95+
# runs-on: ubuntu-latest
9696

97-
environment:
98-
name: testpypi
99-
url: https://test.pypi.org/p/autointent
97+
# environment:
98+
# name: testpypi
99+
# url: https://test.pypi.org/p/autointent
100100

101-
permissions:
102-
id-token: write # IMPORTANT: mandatory for trusted publishing
101+
# permissions:
102+
# id-token: write # IMPORTANT: mandatory for trusted publishing
103103

104-
steps:
105-
- name: Download all the dists
106-
uses: actions/download-artifact@v4
107-
with:
108-
name: python-package-distributions
109-
path: dist/
110-
- name: Publish distribution 📦 to TestPyPI
111-
uses: pypa/gh-action-pypi-publish@release/v1
112-
with:
113-
repository-url: https://test.pypi.org/legacy/
104+
# steps:
105+
# - name: Download all the dists
106+
# uses: actions/download-artifact@v4
107+
# with:
108+
# name: python-package-distributions
109+
# path: dist/
110+
# - name: Publish distribution 📦 to TestPyPI
111+
# uses: pypa/gh-action-pypi-publish@release/v1
112+
# with:
113+
# repository-url: https://test.pypi.org/legacy/

0 commit comments

Comments
 (0)