Skip to content

Commit

Permalink
Add another source of uniqueness
Browse files Browse the repository at this point in the history
  • Loading branch information
rhpvorderman committed Sep 25, 2024
1 parent 16cdab7 commit dafeccc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ jobs:
python -m build --sdist
- uses: actions/upload-artifact@v4
with:
name: "dist-${{ runner.os }}-${{ runner.arch }}"
name: "dist-${{ runner.os }}-${{ runner.arch }}-${{ matrix.cibw_archs_linux }}"
path: "dist/"
- name: Publish package to TestPyPI
# pypa/gh-action-pypi-publish@master does not work on OSX
Expand Down

0 comments on commit dafeccc

Please sign in to comment.