Skip to content
Snippets Groups Projects
Commit 0eeab86f authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

[data] Specify zip packages with readme/pypi subcommands [ci skip]

parent 724e4458
No related branches found
No related tags found
No related merge requests found
Pipeline #26184 skipped
...@@ -70,7 +70,7 @@ build_linux_36: ...@@ -70,7 +70,7 @@ build_linux_36:
- source ${CONDA_ROOT}/etc/profile.d/conda.sh - source ${CONDA_ROOT}/etc/profile.d/conda.sh
- conda activate bdt - conda activate bdt
- bdt ci build -vv - bdt ci build -vv
- bdt ci readme -vv - bdt ci readme -vv dist/*.zip
- bdt ci clean -vv - bdt ci clean -vv
artifacts: artifacts:
expire_in: 1 week expire_in: 1 week
...@@ -136,7 +136,7 @@ pypi: ...@@ -136,7 +136,7 @@ pypi:
- python3 bootstrap.py -vv channel bdt - python3 bootstrap.py -vv channel bdt
- source ${CONDA_ROOT}/etc/profile.d/conda.sh - source ${CONDA_ROOT}/etc/profile.d/conda.sh
- conda activate bdt - conda activate bdt
- bdt ci pypi -vv - bdt ci pypi -vv dist/*.zip
- bdt ci clean -vv - bdt ci clean -vv
dependencies: dependencies:
- build_linux_36 - build_linux_36
......
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