Skip to content

Commit f8a8de4

Browse files
committed
Do not try to build/send packages to TestPyPI for now
We don't have access to test.pypi.org to do this for now as someone else has claimed this project. Have opened at ticket at pypi/support#4484 to remedy but looks like there is a ~6 month backlog so unlikely to get relief soon.
1 parent b8d9784 commit f8a8de4

File tree

1 file changed

+22
-22
lines changed

1 file changed

+22
-22
lines changed

.github/workflows/deploy.yml

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -87,28 +87,28 @@ jobs:
8787
'${{ github.ref_name }}' dist/**
8888
--repo '${{ github.repository }}'
8989
90-
publish-to-testpypi:
91-
name: Publish to Test PyPI
92-
needs:
93-
- build
94-
runs-on: ubuntu-latest
90+
# publish-to-testpypi:
91+
# name: Publish to Test PyPI
92+
# needs:
93+
# - build
94+
# runs-on: ubuntu-latest
9595

96-
environment:
97-
name: testpypi
98-
url: https://test.pypi.org/p/idna-preflight
96+
# environment:
97+
# name: testpypi
98+
# url: https://test.pypi.org/p/idna
9999

100-
permissions:
101-
id-token: write # IMPORTANT: mandatory for trusted publishing
100+
# permissions:
101+
# id-token: write # IMPORTANT: mandatory for trusted publishing
102102

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

0 commit comments

Comments
 (0)