Skip to content
Snippets Groups Projects
Commit 5d359e4e authored by Dominik Rimpf's avatar Dominik Rimpf :chipmunk: Committed by Janis Streib
Browse files

FIX: build tooling

parent 79874813
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,7 @@ cache:
before_script:
- python -V # Print out python version for debugging
- pip install pep517
- pip install build
stages:
- build
......@@ -24,7 +24,7 @@ stages:
build:
stage: build
script:
- python -m pep517.build .
- python -m build
artifacts:
paths:
- dist/*
......
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