Skip to content

Commit

Permalink
ci: build the jadepy wheel/sdist for releases
Browse files Browse the repository at this point in the history
  • Loading branch information
jgriffiths committed Oct 9, 2024
1 parent 6cabc58 commit c3f6a19
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -484,6 +484,26 @@ test_flash_artifact_noblobs_v1_1:
before_script:
- mv build_jade_v1_1_noblobs_ci build

build_jadepy_wheel:
tags:
- ga
stage: build
artifacts:
expire_in: 14 days
name: jadepy
when: on_success
paths:
- dist
script:
- cd $CI_PROJECT_DIR
- apt install -yqq python3-venv
- virtualenv -p python3 venv
- source venv/bin/activate
- pip install build
- python -m build
- deactivate
- rm -rf venv

build_api_docs:
tags:
- ga
Expand Down

0 comments on commit c3f6a19

Please sign in to comment.