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
|
||||
image: python:3.10-alpine3.16
|
||||
script:
|
||||
- pip install wheel
|
||||
- pip wheel . -w wheels
|
||||
- twine upload dist/*
|
||||
artifacts:
|
||||
paths:
|
||||
- "wheels/based*.whl"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue