Skip to content

Commit c6e9257

Browse files
Revert changes to this file as action didn't work
1 parent 1ad31a2 commit c6e9257

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/code.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,14 +60,14 @@ jobs:
6060
python-version: "3.7"
6161

6262
- name: Install Python Dependencies
63-
run: pip install build
63+
run: pip install build cibuildwheel
6464

6565
- name: Build Sdist
6666
if: matrix.sdist
6767
run: python -m build --sdist .
6868

6969
- name: Build Wheel
70-
uses: pypa/cibuildwheel@v2.3.0
70+
run: cibuildwheel --output-dir dist
7171
env:
7272
CIBW_BUILD: ${{ matrix.python }}*64
7373
CIBW_TEST_EXTRAS: dev
@@ -83,7 +83,7 @@ jobs:
8383
uses: actions/upload-artifact@v2
8484
with:
8585
name: dist
86-
path: ./wheelhouse/*.whl
86+
path: dist/softioc*
8787

8888
- name: Upload coverage to Codecov
8989
uses: codecov/codecov-action@v2

0 commit comments

Comments
 (0)