ci: build and upload sdists

This commit is contained in:
jaseg 2022-06-12 21:37:31 +02:00
parent 0d967895af
commit 9e898ceefb
6 changed files with 16 additions and 67 deletions

View file

@ -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