Fixed Gitlab CI config

This commit is contained in:
Andrew 2023-03-12 10:39:17 +07:00
parent 0aa9de0521
commit 5b19188757

View file

@ -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"