Skip to content

Commit

Permalink
Merge branch 'main' into issue-2
Browse files Browse the repository at this point in the history
  • Loading branch information
jsstevenson committed Nov 22, 2024
2 parents d031425 + a754356 commit cbbd8e5
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# maturin generate-ci github
#
name: CI
name: Release

on:
push:
Expand Down Expand Up @@ -158,7 +158,13 @@ jobs:
name: Release
runs-on: ubuntu-latest
if: ${{ startsWith(github.ref, 'refs/tags/') || github.event_name == 'workflow_dispatch' }}
needs: [linux, musllinux, windows, macos, sdist]
needs: [
linux,
# musllinux,
windows,
macos,
sdist
]
permissions:
# Use to sign the release artifacts
id-token: write
Expand Down

0 comments on commit cbbd8e5

Please sign in to comment.