Skip to content
Snippets Groups Projects
Commit fe87db8c authored by Thibault Debatty's avatar Thibault Debatty
Browse files

(try to) upload whl package

parent 3a4c4493
No related branches found
No related tags found
No related merge requests found
Pipeline #10412 passed
......@@ -36,13 +36,13 @@ build:
- apt-get install -y gettext-base
- apt-get install -y python3-venv
- python3 -m pip install --upgrade build
# packages are readable only by root
# => causes curl error at upload :-/
- chmod -R a+r dist
script:
# create the new docker-compose
- envsubst < pyproject.tmpl > pyproject.toml
- python3 -m build
# packages are readable only by root
# => causes curl error at upload :-/
- chmod -R a+r dist
release:
stage: release
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment