[ci] Fix main.py path
This commit is contained in:
parent
d03ec099fb
commit
499ef2e252
@ -22,8 +22,9 @@ package_linux:
|
|||||||
- pipenv sync --dev
|
- pipenv sync --dev
|
||||||
script:
|
script:
|
||||||
- VERSION=$(pipenv run python -m setuptools_scm)
|
- VERSION=$(pipenv run python -m setuptools_scm)
|
||||||
|
- echo $VERSION
|
||||||
- pipenv run python -m build -w
|
- 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:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- dist/*.whl
|
- dist/*.whl
|
||||||
|
Loading…
Reference in New Issue
Block a user