Skip to content

Commit a1cfe32

Browse files
committed
WIP
1 parent 09b589b commit a1cfe32

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/dracopy.yaml

+5-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
uses: ssrobins/install-cmake@v1
4040

4141
- name: Build wheels
42-
uses: pypa/[email protected]
42+
# uses: pypa/[email protected]
4343
# to supply options, put them in 'env', like:
4444
env:
4545
CIBW_BEFORE_BUILD: cd DracoPy && git submodule init && git submodule update && pip install cython numpy==${{ inputs.numpyVersion }} scikit-build
@@ -49,6 +49,10 @@ jobs:
4949
CIBW_ARCHS_MACOS: "universal2"
5050
CIBW_ARCHS_LINUX: "x86_64"
5151
CIBW_ARCHS_WINDOWS: "AMD64"
52+
run: |
53+
cd DracoPy
54+
python -m pip install cibuildwheel==2.16.5
55+
python -m cibuildwheel --output-dir wheelhouse
5256
5357
- uses: actions/upload-artifact@v3
5458
with:

0 commit comments

Comments
 (0)