Skip to content

Commit

Permalink
Fix script
Browse files Browse the repository at this point in the history
  • Loading branch information
aMarcireau committed Nov 6, 2023
1 parent 79a1425 commit 1f3c530
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ jobs:
- run: rustup target add i686-pc-windows-msvc
if: startsWith(matrix.os, 'windows')
- uses: pypa/[email protected]
with:
package-dir: python
- uses: actions/upload-artifact@v3
with:
name: wheelhouse
Expand Down Expand Up @@ -56,6 +58,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- run: pipx run build --sdist
working-directory: python
- uses: actions/upload-artifact@v3
with:
name: dist
Expand Down

0 comments on commit 1f3c530

Please sign in to comment.