Skip to content

Commit

Permalink
Back out idna_preflight substitution
Browse files Browse the repository at this point in the history
  • Loading branch information
kjd committed Aug 3, 2024
1 parent 7e2073a commit b8d9784
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,7 @@ jobs:
uses: pypa/gh-action-pypi-publish@release/v1

github-release:
name: >-
Upload GitHub Release w/ signature
name: Sign and upload GitHub Release
needs:
- publish-to-pypi
runs-on: ubuntu-latest
Expand All @@ -58,12 +57,12 @@ jobs:
id-token: write # IMPORTANT: mandatory for sigstore

steps:
- name: Download all the dists
- name: Download the dists
uses: actions/download-artifact@v4
with:
name: python-package-distributions
path: dist/
- name: Sign the dists with Sigstore
- name: Sign with Sigstore
uses: sigstore/gh-action-sigstore-python@v2.1.1
with:
inputs: >-
Expand Down Expand Up @@ -107,12 +106,6 @@ jobs:
with:
name: python-package-distributions
path: dist/
- name: List directory
run: ls -R
- name: Rename packages to idna-preflight
run: find . -exec bash -c 'mv $0 ${0/idna/idna_preflight}' {} \;
- name: List directory
run: ls -R
- name: Publish distribution to TestPyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
Expand Down

0 comments on commit b8d9784

Please sign in to comment.