Skip to content

Commit

Permalink
Fixing artifact names
Browse files Browse the repository at this point in the history
  • Loading branch information
narek01 committed May 31, 2024
1 parent 8e4f0d9 commit e3b960e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:

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


Expand Down

0 comments on commit e3b960e

Please sign in to comment.