File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments