Skip to content
Snippets Groups Projects
Verified Commit 650e0bb8 authored by Frank Sauerburger's avatar Frank Sauerburger
Browse files

Remove arguments from maturin

parent e6072577
No related branches found
No related tags found
No related merge requests found
Pipeline #15244 failed
...@@ -10,7 +10,7 @@ stages: ...@@ -10,7 +10,7 @@ stages:
script: script:
- sed -i "s/##VERSION##/$CI_COMMIT_TAG/g" Cargo.toml - sed -i "s/##VERSION##/$CI_COMMIT_TAG/g" Cargo.toml
- sed -i "s/##VERSION##/$CI_COMMIT_TAG/g" pyproject.toml - sed -i "s/##VERSION##/$CI_COMMIT_TAG/g" pyproject.toml
- maturin publish --repository-url $MATURIN_REPOSITORY_URL --token $MATURIN_PYPI_TOKEN - maturin publish
rules: rules:
- if: $CI_COMMIT_TAG - if: $CI_COMMIT_TAG
artifacts: artifacts:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment