diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 871b5ea36bf1e202aa39bb3f559f18cfdd19439b..4e7ea824b5af939db5bc0d45b1749942308b95a6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,7 +6,7 @@ stages: .deploy: image: name: ghcr.io/pyo3/maturin:v1.7.1 - entrypoint: ["/usr/bin/bash"] + entrypoint: [""] script: - sed -i "s/##VERSION##/$CI_COMMIT_TAG/g" Cargo.toml - sed -i "s/##VERSION##/$CI_COMMIT_TAG/g" pyproject.toml