Skip to content

Commit 785b098

Browse files
committed
upload to real pypi repo
1 parent 42d23b0 commit 785b098

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.gitlab-ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,8 @@ deploy_to_PyPI_cpu_version:
9191
- pip install twine
9292
- 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
94-
# - twine upload --verbose dist/* #upload to real repo
95-
- twine upload --verbose --repository testpypi dist/* #upload to test repo
94+
- twine upload --verbose dist/* #upload to real repo
95+
# - twine upload --verbose --repository testpypi dist/* #upload to test repo
9696
only:
9797
- tags
9898

@@ -106,8 +106,8 @@ deploy_to_PyPI_gpu_version:
106106
- pip install twine
107107
- find "./setup.py" -type f -exec sed -i 's/name="scatseisnet"/name="scatseisnet-gpu"/g' {} \; #rename package for gpu-only version
108108
- python setup.py sdist bdist_wheel
109-
# - twine upload --verbose dist/* #upload to real repo
110-
- twine upload --verbose --repository testpypi dist/* #upload to test repo
109+
- twine upload --verbose dist/* #upload to real repo
110+
# - twine upload --verbose --repository testpypi dist/* #upload to test repo
111111
only:
112112
- tags
113113

0 commit comments

Comments
 (0)