Skip to content

Commit

Permalink
ci: fix publish-python regression (breaking change in upload-artifact@4)
Browse files Browse the repository at this point in the history
  • Loading branch information
axxel committed Feb 20, 2024
1 parent 1af4b87 commit e5a3d07
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:

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

build-sdist:
Expand All @@ -72,6 +73,7 @@ jobs:

- uses: actions/upload-artifact@v4
with:
name: sdist-wheel
path: wrappers/python/dist/*.tar.gz

upload-pypi:
Expand Down

0 comments on commit e5a3d07

Please sign in to comment.