[ci] pipenv shell seems broken

This commit is contained in:
Fabian 2022-09-27 18:34:15 +02:00
parent b318b3445a
commit d03ec099fb

View File

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