Skip to content

Commit

Permalink
build wheel from sdist for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
taku910 committed Apr 12, 2023
1 parent fabfe30 commit 518c57c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,13 +70,11 @@ jobs:

- name: Fetch sdist archive
uses: tj-actions/glob@v17
working-directory: ${{github.workspace}}/python
id: sdist
with:
files: dist/*.tar.gz
files: ./python/dist/*.tar.gz

- name: Build wheel from sdist
working-directory: ${{github.workspace}}/python
run: python -m pip wheel "${{ steps.sdist.outputs.paths }}" --verbose

- name: Copy sdist
Expand Down

0 comments on commit 518c57c

Please sign in to comment.