summaryrefslogtreecommitdiff
path: root/deploy.sh
diff options
context:
space:
mode:
authorTim Dettmers <dettmers@cs.washington.edu>2021-10-07 08:39:38 -0700
committerTim Dettmers <dettmers@cs.washington.edu>2021-10-07 08:39:38 -0700
commit7923c4a06615456353476a6e07e9296f0c13f776 (patch)
treefd8b2faabf7c46bdf46aaf7203c29f6fd83fcff6 /deploy.sh
parent7439924891496025edf60c9da6a782f362a50c70 (diff)
Changed from testpypi to pypi. Release 0.0.24
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