diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c9317e2..368fc77 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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