Skip to content
Snippets Groups Projects
Commit 6607faf3 authored by Dominik Rimpf's avatar Dominik Rimpf
Browse files

CHG: Run pipeline "build" only on master

parent 7b7f149e
No related branches found
No related tags found
No related merge requests found
......@@ -13,16 +13,21 @@ variables:
cache:
paths:
- .cache/pip
- venv/
before_script:
- python -V # Print out python version for debugging
- pip install pep517
stages:
- build
build:
stage: build
script:
- python -m pep517.build .
artifacts:
paths:
- dist/*.whl
expire_in: 2 days
only:
- master
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