Update gitlab CI for uv build
This commit is contained in:
parent
df4895abfa
commit
04a088c3e8
1 changed files with 2 additions and 2 deletions
|
|
@ -14,8 +14,8 @@ build:archlinux:
|
|||
GIT_SUBMODULE_STRATEGY: none
|
||||
script:
|
||||
- git config --global --add safe.directory "$CI_PROJECT_DIR"
|
||||
- pip3 install --user --break-system-packages wheel setuptools
|
||||
- python3 setup.py sdist bdist_wheel
|
||||
- pip3 install --user --break-system-packages uv
|
||||
- ~/.local/bin/uv build
|
||||
artifacts:
|
||||
name: "gerbolyze-$CI_COMMIT_REF_NAME-gerbonara"
|
||||
paths:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue