Skip to content

Commit 518c57c

Browse files
committed
build wheel from sdist for testing
1 parent fabfe30 commit 518c57c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Diff for: .github/workflows/wheel.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -70,13 +70,11 @@ jobs:
7070

7171
- name: Fetch sdist archive
7272
uses: tj-actions/glob@v17
73-
working-directory: ${{github.workspace}}/python
7473
id: sdist
7574
with:
76-
files: dist/*.tar.gz
75+
files: ./python/dist/*.tar.gz
7776

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

8280
- name: Copy sdist

0 commit comments

Comments
 (0)