Skip to content

Commit

Permalink
remove musllinux
Browse files Browse the repository at this point in the history
  • Loading branch information
camfairchild committed Oct 3, 2024
1 parent 1649894 commit bfd1b19
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,8 @@ jobs:
runs-on: ubuntu-latest
environment: release
if: ${{ startsWith(github.ref, 'refs/tags/') || github.event_name == 'workflow_dispatch' }}
needs: [linux, musllinux, macos, sdist]
#needs: [linux, macos, musllinux, sdist]
needs: [linux, macos, sdist]
permissions:
# Use to sign the release artifacts
id-token: write
Expand Down

0 comments on commit bfd1b19

Please sign in to comment.