Skip to content

Commit

Permalink
Fix release on Linux ARM64.
Browse files Browse the repository at this point in the history
  • Loading branch information
jsirois committed Jul 4, 2024
1 parent 6b5b412 commit 3c531d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ jobs:
with:
changelog-file: ${{ github.workspace }}/CHANGES.md
version: ${{ needs.determine-tag.outputs.release-version }}
setup-python: ${{ matrix.os != 'linux-arm64' }}
- name: Create ${{ needs.determine-tag.outputs.release-tag }} Release
uses: softprops/action-gh-release@v2
with:
Expand Down

0 comments on commit 3c531d3

Please sign in to comment.