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