Skip to content

Commit

Permalink
change name so two MacOS architectures don't have same wheel name
Browse files Browse the repository at this point in the history
  • Loading branch information
phoebe-p committed Mar 15, 2024
1 parent b5c7659 commit 0824a4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_deploy_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:

- uses: actions/upload-artifact@v3
with:
name: ${{ matrix.python[0] }}-${{ matrix.buildplat[1] }}
name: ${{ matrix.python[0] }}-${{ matrix.buildplat[1] }}-${{ matrix.buildplat[2] }}
path: ./wheelhouse/*.whl

build_sdist:
Expand Down

0 comments on commit 0824a4a

Please sign in to comment.