File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed
Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -34,11 +34,9 @@ code_quality:
3434test-python-package :
3535 stage : test
3636 before_script :
37- - pipenv install --system --dev
38- - pip install -e .
37+ - pip install uv
3938 script :
40- - echo "Running unit tests"
41- - pytest
39+ - tools/test-package.sh
4240 coverage : ' /TOTAL.*\s+(\d+%)$/'
4341 artifacts :
4442 reports :
@@ -50,7 +48,6 @@ test-python-package:
5048deploy-python-package :
5149 stage : deploy
5250 before_script :
53- - pip install build twine
51+ - pip install uv
5452 script :
55- - echo "Deploying the package..."
56- - TWINE_PASSWORD=${CI_JOB_TOKEN} TWINE_USERNAME=gitlab-ci-token python -m twine upload --repository-url ${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/pypi dist/*
53+ - tools/deploy-package.sh
You can’t perform that action at this time.
0 commit comments