File tree 2 files changed +4
-2
lines changed 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 31
31
- name : Build wheels
32
32
uses : pypa/cibuildwheel@v2.3.1
33
33
env :
34
- CIBW_BEFORE_BUILD : pip install -r ci/requirements-wheel.txt
34
+ CIBW_BEFORE_BUILD : git reset --hard && pip install -r ci/requirements-wheel.txt
35
35
CIBW_ARCHS : ${{ matrix.arch }}
36
36
CIBW_SKIP : pp* *-musllinux* cp36-* cp310-win32 *i686 cp310-manylinux_x86_64
37
37
CIBW_MANYLINUX_X86_64_IMAGE : manylinux1
@@ -41,13 +41,14 @@ jobs:
41
41
if : ${{ matrix.os == 'ubuntu-latest' && matrix.arch == 'auto'}}
42
42
uses : pypa/cibuildwheel@v2.3.1
43
43
env :
44
- CIBW_BEFORE_BUILD : pip install -r ci/requirements-wheel.txt
44
+ CIBW_BEFORE_BUILD : git reset --hard && pip install -r ci/requirements-wheel.txt
45
45
CIBW_BUILD : cp310-manylinux_x86_64
46
46
CIBW_MANYLINUX_X86_64_IMAGE : manylinux2014
47
47
48
48
- name : Build source
49
49
if : ${{ matrix.os == 'ubuntu-latest' && matrix.arch == 'auto'}}
50
50
run : |
51
+ git reset --hard
51
52
pip install -r ci/requirements-wheel.txt
52
53
python setup.py sdist --formats=gztar --dist-dir=./wheelhouse
53
54
Original file line number Diff line number Diff line change 10
10
* .egg
11
11
* .egg-info
12
12
dist
13
+ wheelhouse
13
14
build /
14
15
eggs
15
16
parts
You can’t perform that action at this time.
0 commit comments