File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515 - uses : actions/checkout@v3
1616
1717 - name : Build sdist
18- run : pipx run build --sdist ${{github.workspace}}/python/
18+ run : pipx run build --sdist ${{github.workspace}}/
1919 - name : Move sdist to dist
20- run : mkdir -p dist && mv ${{github.workspace}}/python/ dist/*.tar.gz dist/
20+ run : mkdir -p dist && mv ${{github.workspace}}/dist/*.tar.gz dist/
2121
2222 - uses : actions/upload-artifact@v3
2323 with :
@@ -39,13 +39,13 @@ jobs:
3939 env : # build 1 build per platform just to make sure we can do it later when releasing
4040 CIBW_BUILD : " cp312-*"
4141 with :
42- package-dir : ${{github.workspace}}/python/
42+ package-dir : ${{github.workspace}}/
4343
4444 - name : Build all wheels
4545 if : github.event_name == 'release'
4646 uses : pypa/cibuildwheel@v2.12.0
4747 with :
48- package-dir : ${{github.workspace}}/python/
48+ package-dir : ${{github.workspace}}/
4949
5050 - uses : actions/upload-artifact@v3
5151 with :
You can’t perform that action at this time.
0 commit comments