Skip to content

Commit

Permalink
python: release: artifacts are in python/dist
Browse files Browse the repository at this point in the history
Signed-off-by: Tristram Gräbener <tristram+git@tristramg.eu>
  • Loading branch information
Tristramg committed Oct 28, 2024
1 parent 1e43a08 commit 6b3e9e7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish_pypi.yaml
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: python/dist

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

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

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

release:
name: Release
Expand Down

0 comments on commit 6b3e9e7

Please sign in to comment.