Update .gitlab-ci.yml
This commit is contained in:
parent
f16f720f7e
commit
ddc993db59
@ -1,5 +1,5 @@
|
|||||||
default:
|
default:
|
||||||
image: python:3.9-alpine
|
image: python/python:3.9-alpine
|
||||||
before_script:
|
before_script:
|
||||||
- apk add build-base
|
- apk add build-base
|
||||||
- apk add --no-cache postgresql-libs
|
- apk add --no-cache postgresql-libs
|
||||||
@ -32,4 +32,4 @@ build-job: # This job runs in the build stage, which runs first.
|
|||||||
script:
|
script:
|
||||||
- echo "Attempting to build distribution wheel"
|
- echo "Attempting to build distribution wheel"
|
||||||
- python -m build --wheel
|
- python -m build --wheel
|
||||||
- echo "Wheel successfully built!"
|
- echo "Wheel successfully built!"
|
||||||
|
Loading…
Reference in New Issue
Block a user