Skip to content

Commit

Permalink
Make dist more unique
Browse files Browse the repository at this point in the history
  • Loading branch information
rhpvorderman committed Sep 25, 2024
1 parent fad0ffd commit e705e41
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 @@ -232,7 +232,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 e705e41

Please sign in to comment.