Skip to content
Snippets Groups Projects
Verified Commit a2cbecc0 authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

[CI] Build and publish sdist andwheel artifacts

parent 9b4761d5
No related branches found
No related tags found
No related merge requests found
......@@ -24,6 +24,20 @@ test:
- sudo -u testuser poetry install
- sudo -u testuser poetry run tox
build_dist:
stage: build
image:
name: python:3.8-buster
before_script:
- apt-get -y update && apt-get -y sudo
- pip install poetry
- adduser --disabled-password --gecos "Test User" testuser
script:
- sudo -u testuser poetry build
artifacts:
paths:
- dist/
build_docker:
stage: build
image:
......
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