ci: build and upload sdists
This commit is contained in:
parent
0d967895af
commit
9e898ceefb
6 changed files with 16 additions and 67 deletions
|
|
@ -15,11 +15,11 @@ build:archlinux:
|
|||
script:
|
||||
- git config --global --add safe.directory "$CI_PROJECT_DIR"
|
||||
- pip3 install --user wheel
|
||||
- python3 setup.py bdist_wheel
|
||||
- python3 setup.py sdist bdist_wheel
|
||||
artifacts:
|
||||
name: "gerbolyze-$CI_COMMIT_REF_NAME-gerbonara"
|
||||
paths:
|
||||
- dist/*.whl
|
||||
- dist/*
|
||||
|
||||
#test:archlinux:
|
||||
# stage: test
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue