Fixed Gitlab CI config
This commit is contained in:
parent
0aa9de0521
commit
5b19188757
1 changed files with 0 additions and 2 deletions
|
|
@ -5,9 +5,7 @@ package:
|
||||||
stage: package
|
stage: package
|
||||||
image: python:3.10-alpine3.16
|
image: python:3.10-alpine3.16
|
||||||
script:
|
script:
|
||||||
- pip install wheel
|
|
||||||
- pip wheel . -w wheels
|
- pip wheel . -w wheels
|
||||||
- twine upload dist/*
|
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- "wheels/based*.whl"
|
- "wheels/based*.whl"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue