Skip to content

Commit b4be650

Browse files
committed
update CI verbose option on upload
1 parent 3054d95 commit b4be650

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.gitlab-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,10 +89,10 @@ deploy_to_PyPI_cpu_version:
8989
TWINE_PASSWORD: $PYPI_PASSWORD
9090
script:
9191
- pip install twine
92-
- find "./scatseisnet" -type f -exec sed -i "s/cupy/numpy/g" {} \; #replace cupy with numpy because no gpu on CI runner
92+
- find "./scatseisnet" -type f -exec sed -i "s/cupy/numpy/g" {} \; #replace cupy with numpy for cpu-only version
9393
- python setup.py sdist bdist_wheel
9494
# - twine upload dist/* #upload to real repo
95-
- twine upload --repository testpypi dist/* #upload to test repo
95+
- twine upload --verbose --repository testpypi dist/* #upload to test repo
9696
only:
9797
- tags
9898

0 commit comments

Comments
 (0)