Skip to content

Commit

Permalink
Add linux builds to the release process
Browse files Browse the repository at this point in the history
  • Loading branch information
scnerd committed Jan 17, 2025
1 parent 63373bc commit ab04fd6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -220,8 +220,7 @@ jobs:
name: Release
runs-on: ubuntu-latest
if: "startsWith(github.ref, 'refs/tags/')"
# needs: [linux, musllinux, windows, macos, sdist]
needs: [musllinux, windows, macos, sdist]
needs: [linux, musllinux, windows, macos, sdist]
permissions:
# IMPORTANT: this permission is mandatory for trusted publishing
id-token: write
Expand Down

0 comments on commit ab04fd6

Please sign in to comment.