Skip to content

Commit

Permalink
ci(PyO3): using cache from base_compile for python build
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugo Rosenkranz-Costa committed Nov 9, 2022
1 parent 2718665 commit 263143d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,10 +146,11 @@ build_android:
expire_in: 3 mos

build_python:
<<: *base_compile
image:
name: ghcr.io/pyo3/maturin
entrypoint: [] # override the image entrypoint
stage: build
# override the image entrypoint
entrypoint: ['']
script:
- maturin build --release --features python
artifacts:
Expand Down

0 comments on commit 263143d

Please sign in to comment.