Skip to content

Commit

Permalink
ci: fix imcompatibility in upload-artifacts upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
lexiforest committed Oct 17, 2024
1 parent 296dcc3 commit 8cdf5a8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
- uses: actions/upload-artifact@v4 # https://github.com/actions/upload-artifact/issues/478
with:
path: ./dist/*.tar.gz
overwrite: true

- uses: actions/setup-python@v5
with:
Expand Down Expand Up @@ -77,6 +78,7 @@ jobs:
- uses: actions/upload-artifact@v4 # https://github.com/actions/upload-artifact/issues/478
with:
path: ./wheelhouse/*.whl
overwrite: true

upload_all:
needs: [bdist, sdist]
Expand Down

0 comments on commit 8cdf5a8

Please sign in to comment.