Unverified Commit 09306957 authored by Maxime Lefrançois's avatar Maxime Lefrançois
Browse files

build to publish

parent 157bc29c
Loading
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -61,6 +61,7 @@ publish:pypi:
  before_script:
    - pip install --no-cache-dir uv
  script:
    - uv build
    - uv publish --token $TWINE_PASSWORD
  rules:
    - if: '$CI_COMMIT_TAG'   # only run when a tag is pushed