fix building nightly (#3642)

This commit is contained in:
Jirka Borovec 2020-09-25 14:15:06 +02:00 committed by GitHub
parent 17c8c95fbc
commit a25cb300d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View File

@ -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/

View File

@ -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