Fix .gitlab-ci.yml for some python packaging bullshi
This commit is contained in:
parent
1aaac3936f
commit
19bcd5ce96
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ build:archlinux:
|
|||
GIT_SUBMODULE_STRATEGY: none
|
||||
script:
|
||||
- git config --global --add safe.directory "$CI_PROJECT_DIR"
|
||||
- pip3 install --user wheel
|
||||
- pip3 install --user wheel setuptools
|
||||
- python3 setup.py sdist bdist_wheel
|
||||
artifacts:
|
||||
name: "gerbolyze-$CI_COMMIT_REF_NAME-gerbonara"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue