Skip to content

Commit

Permalink
add path to dist
Browse files Browse the repository at this point in the history
  • Loading branch information
cahya-wirawan committed Jun 19, 2024
1 parent 42518f6 commit 628fa36
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: wheels-linux-${{ matrix.platform.target }}
path: dist
path: bindings/python/dist

windows:
runs-on: ${{ matrix.platform.runner }}
Expand Down Expand Up @@ -82,7 +82,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: wheels-windows-${{ matrix.platform.target }}
path: dist
path: bindings/python/dist

macos:
runs-on: ${{ matrix.platform.runner }}
Expand All @@ -109,7 +109,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: wheels-macos-${{ matrix.platform.target }}
path: dist
path: bindings/python/dist

sdist:
runs-on: ubuntu-latest
Expand All @@ -125,7 +125,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: wheels-sdist
path: dist
path: bindings/python/dist

release:
name: Release
Expand All @@ -139,5 +139,6 @@ jobs:
env:
MATURIN_PYPI_TOKEN: ${{ secrets.PYPI_API_TOKEN }}
with:
working-directory: bindings/python
command: upload
args: --non-interactive --skip-existing wheels-*/*

0 comments on commit 628fa36

Please sign in to comment.