Skip to content

Commit

Permalink
experimenting with new upload/download stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
emlowe committed Mar 15, 2024
1 parent 0b35eaa commit 6ce6668
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-test-riscv64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,6 @@ jobs:
- name: Upload artifacts
uses: actions/upload-artifact@v4
with:
name: packages
name: packages-${{ matrix.os }}
path: ./dist
overwrite: true
7 changes: 4 additions & 3 deletions .github/workflows/build-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ jobs:
- name: Upload artifacts
uses: actions/upload-artifact@v4
with:
name: packages
name: packages-${{ matrix.os.name }}-${{ matrix.python.major-dot-minor }}-${{ matrix.arch.name }}
path: ./dist
overwrite: true

Expand Down Expand Up @@ -174,7 +174,7 @@ jobs:
- name: Upload artifacts
uses: actions/upload-artifact@v4
with:
name: packages
name: packages-sdist-${{ matrix.os.name }}-${{ matrix.python.major-dot-minor }}-${{ matrix.arch.name }}
path: ./dist
overwrite: true

Expand Down Expand Up @@ -264,8 +264,9 @@ jobs:
- name: Download artifacts
uses: actions/download-artifact@v4
with:
name: packages
pattern: packages*
path: ./dist
merge-multiple: true

- name: Publish distribution to PyPI
if: env.RELEASE == 'true'
Expand Down

0 comments on commit 6ce6668

Please sign in to comment.