[ci] pipenv shell seems broken
This commit is contained in:
parent
b318b3445a
commit
d03ec099fb
@ -21,10 +21,9 @@ package_linux:
|
|||||||
- pip install pipenv
|
- pip install pipenv
|
||||||
- pipenv sync --dev
|
- pipenv sync --dev
|
||||||
script:
|
script:
|
||||||
- pipenv shell
|
- VERSION=$(pipenv run python -m setuptools_scm)
|
||||||
- VERSION=$(python -m setuptools_scm)
|
- pipenv run python -m build -w
|
||||||
- python -m build -w
|
- pipenv run pyinstaller --onefile --strip --name fime_${VERSION} src/main/fime.py
|
||||||
- pyinstaller --onefile --strip --name fime_${VERSION} src/main/fime.py
|
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- dist/*.whl
|
- dist/*.whl
|
||||||
|
Loading…
Reference in New Issue
Block a user