Skip to content

Commit

Permalink
chore: test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
yizhihenpidehou committed Nov 22, 2024
1 parent 0755785 commit aee0e69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/buildwheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/upload-artifact@v4
with:
name: cibw-sdist
path: dist/
path: dist/*.tar.gz

build_wheels:
name: Build wheels on ${{ matrix.os }}
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
name: cibw-wheels-${{ matrix.os }}-${{ strategy.job-index }}
path: dist/*.tar.gz
path: dist/

upload_pypi:
needs: [ build_wheels, build_sdist ]
Expand Down

0 comments on commit aee0e69

Please sign in to comment.