Skip to content

Commit

Permalink
chore(github actions): adapt to new upload-artifact/download-artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
ifduyue committed Jul 6, 2024
1 parent e9eaad3 commit 3a9b5ba
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:

- uses: actions/upload-artifact@v4
with:
name: wheels-${{ matrix.os }}-${{ matrix.build }}-${{ matrix.archs }}
path: ./wheelhouse/*.whl


Expand Down Expand Up @@ -73,6 +74,7 @@ jobs:

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


Expand All @@ -84,8 +86,9 @@ jobs:
steps:
- uses: actions/download-artifact@v4
with:
name: artifact
pattern: wheels-*
path: dist
merge-multiple: true

- name: Upload to Test PyPI
uses: pypa/gh-action-pypi-publish@release/v1
Expand Down

0 comments on commit 3a9b5ba

Please sign in to comment.