Skip to content

Commit

Permalink
Fixed issue with artifacts generated by build-goopylib.yml
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 5ac42c3 commit c855e1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-goopylib.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
fail-fast: false
matrix:
os: [ windows-latest, macos-latest ]
python: [ "cp38-*", "cp39-*", "cp310-*", "cp311-*" ]
python: [ "cp38-", "cp39-", "cp310-", "cp311-" ]

steps:
- uses: actions/checkout@v4
Expand All @@ -107,7 +107,7 @@ jobs:

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

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

0 comments on commit c855e1b

Please sign in to comment.