Skip to content

Commit

Permalink
Fixed cibuildwheel parallel building
Browse files Browse the repository at this point in the history
Signed-off-by: Bhavye Mathur <[email protected]>
  • Loading branch information
BhavyeMathur committed Feb 14, 2024
1 parent af1f7de commit 691807e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-goopylib.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:

- name: Build Python wheels
env:
CIBW_BUILD: ${{ matrix.build }}
CIBW_BUILD: ${{ matrix.python }}
uses: pypa/[email protected]

- uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 691807e

Please sign in to comment.