[ci] Fix main.py path

This commit is contained in:
Fabian 2022-09-27 18:37:41 +02:00
parent d03ec099fb
commit 499ef2e252

View File

@ -22,8 +22,9 @@ package_linux:
- pipenv sync --dev
script:
- VERSION=$(pipenv run python -m setuptools_scm)
- echo $VERSION
- pipenv run python -m build -w
- pipenv run pyinstaller --onefile --strip --name fime_${VERSION} src/main/fime.py
- pipenv run pyinstaller --onefile --strip --name fime_${VERSION} src/fime/main.py
artifacts:
paths:
- dist/*.whl