Skip to content

Commit

Permalink
Update upload-artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
rhpvorderman committed Oct 9, 2024
1 parent 5411be8 commit ca0372e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,9 +143,9 @@ jobs:
run: |
pip install build
python -m build --sdist
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: "dist"
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 ca0372e

Please sign in to comment.