Skip to content

Commit

Permalink
Migrate to upload/download-artifact@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
movermeyer committed Sep 10, 2024
1 parent 21ed2cc commit 1e413cc
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ jobs:

- uses: actions/upload-artifact@v4
with:
name: dist
name: dist_${{ matrix.os }}
path: |
./wheelhouse/*.whl
!./wheelhouse/UNKNOWN*.whl
Expand Down Expand Up @@ -154,7 +154,7 @@ jobs:

- uses: actions/upload-artifact@v4
with:
name: dist
name: dist_windows
path: |
./wheelhouse/*.whl
!./wheelhouse/UNKNOWN*.whl
Expand Down Expand Up @@ -193,7 +193,7 @@ jobs:

- uses: actions/upload-artifact@v4
with:
name: dist
name: dist_source
path: dist/*.tar.gz

publish_to_test_pypi:
Expand All @@ -220,7 +220,8 @@ jobs:
- uses: actions/download-artifact@v4
id: download
with:
name: dist
pattern: dist_*
merge-multiple: true
path: dist/

- name: Publish package to TestPyPI
Expand Down

0 comments on commit 1e413cc

Please sign in to comment.