Skip to content

Commit 47646dd

Browse files
committed
disable manual travis tag in deployment script
1 parent a9a1384 commit 47646dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy_to_pypi.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22
set -ex
33

4-
TRAVIS_TAG=0.2.6
4+
# TRAVIS_TAG=0.2.6
55

66
if [[ -z "$TRAVIS_TAG" ]]; then
77
echo "Not a tagged commit, quitting"

0 commit comments

Comments
 (0)