summaryrefslogtreecommitdiff
path: root/deploy.sh
diff options
context:
space:
mode:
Diffstat (limited to 'deploy.sh')
-rw-r--r--deploy.sh13
1 files changed, 0 insertions, 13 deletions
diff --git a/deploy.sh b/deploy.sh
deleted file mode 100644
index a08351e..0000000
--- a/deploy.sh
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/bin/bash
-
-rm -rf dist build
-make clean
-CUDA_HOME=/usr/local/cuda-10.2 make
-CUDA_VERSION=102 python -m build
-python -m twine upload --repository testpypi dist/* --verbose
-
-rm -rf dist build
-make clean
-CUDA_HOME=/usr/local/cuda-11.1 make
-CUDA_VERSION=111 python -m build
-python -m twine upload --repository testpypi dist/* --verbose