fix building nightly (#3642)
This commit is contained in:
parent
17c8c95fbc
commit
a25cb300d8
|
@ -22,7 +22,7 @@ jobs:
|
||||||
run: >-
|
run: >-
|
||||||
python -m pip install --user --upgrade setuptools wheel
|
python -m pip install --user --upgrade setuptools wheel
|
||||||
- name: Build
|
- name: Build
|
||||||
run: >-
|
run: |
|
||||||
python .github/prepare_nightly.py
|
python .github/prepare_nightly.py
|
||||||
python setup.py sdist bdist_wheel
|
python setup.py sdist bdist_wheel
|
||||||
ls -lh dist/
|
ls -lh dist/
|
||||||
|
|
|
@ -23,8 +23,9 @@ jobs:
|
||||||
run: >-
|
run: >-
|
||||||
python -m pip install --user --upgrade setuptools wheel
|
python -m pip install --user --upgrade setuptools wheel
|
||||||
- name: Build
|
- name: Build
|
||||||
run: >-
|
run: |
|
||||||
python setup.py sdist bdist_wheel
|
python setup.py sdist bdist_wheel
|
||||||
|
ls -lh dist/
|
||||||
|
|
||||||
# We do this, since failures on test.pypi aren't that bad
|
# We do this, since failures on test.pypi aren't that bad
|
||||||
- name: Publish to Test PyPI
|
- name: Publish to Test PyPI
|
||||||
|
|
Loading…
Reference in New Issue