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