Skip to content

Commit

Permalink
Fixed complete removing muslinux
Browse files Browse the repository at this point in the history
  • Loading branch information
mush42 committed Jul 27, 2024
1 parent e71d8eb commit 58cad88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ jobs:
name: Release
runs-on: ubuntu-latest
if: "startsWith(github.ref, 'refs/tags/')"
needs: [linux, musllinux, windows, macos, sdist]
needs: [linux, windows, macos, sdist]
steps:
- uses: actions/download-artifact@v4
- name: Publish to PyPI
Expand Down

0 comments on commit 58cad88

Please sign in to comment.