Skip to content

Commit b8d9784

Browse files
committed
Back out idna_preflight substitution
1 parent 7e2073a commit b8d9784

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,7 @@ jobs:
4747
uses: pypa/gh-action-pypi-publish@release/v1
4848

4949
github-release:
50-
name: >-
51-
Upload GitHub Release w/ signature
50+
name: Sign and upload GitHub Release
5251
needs:
5352
- publish-to-pypi
5453
runs-on: ubuntu-latest
@@ -58,12 +57,12 @@ jobs:
5857
id-token: write # IMPORTANT: mandatory for sigstore
5958

6059
steps:
61-
- name: Download all the dists
60+
- name: Download the dists
6261
uses: actions/download-artifact@v4
6362
with:
6463
name: python-package-distributions
6564
path: dist/
66-
- name: Sign the dists with Sigstore
65+
- name: Sign with Sigstore
6766
uses: sigstore/[email protected]
6867
with:
6968
inputs: >-
@@ -107,12 +106,6 @@ jobs:
107106
with:
108107
name: python-package-distributions
109108
path: dist/
110-
- name: List directory
111-
run: ls -R
112-
- name: Rename packages to idna-preflight
113-
run: find . -exec bash -c 'mv $0 ${0/idna/idna_preflight}' {} \;
114-
- name: List directory
115-
run: ls -R
116109
- name: Publish distribution to TestPyPI
117110
uses: pypa/gh-action-pypi-publish@release/v1
118111
with:

0 commit comments

Comments
 (0)