Skip to content

Commit

Permalink
update cd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
juaduan committed Jul 8, 2024
1 parent 78b126b commit c7f21f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
- '*'

jobs:
build:
build_wheels:
name: Build wheels on ${{ matrix.os }} 📦
runs-on: ${{ matrix.os }}
strategy:
Expand Down Expand Up @@ -100,7 +100,7 @@ jobs:
name: cibw-all-files
path: dist

- name: Sign the dist with Sigstore
- name: Sign the dists with Sigstore
uses: sigstore/[email protected]
with:
inputs: >-
Expand Down

0 comments on commit c7f21f5

Please sign in to comment.