Skip to content

Commit 1ab6791

Browse files
committed
Disable publishing
1 parent b7bc0f4 commit 1ab6791

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

circle.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ test:
66
post:
77
- ./setup.py -V | grep dirty -vq
88

9-
deployment:
10-
releases:
11-
tag: /[0-9]+(\.[0-9]+)+((-(beta|rc)[0-9]{1,2})(\.[0-9])?)?/
12-
owner: palantir
13-
commands:
14-
- ./scripts/circle/pypi.sh
9+
#deployment:
10+
# releases:
11+
# tag: /[0-9]+(\.[0-9]+)+((-(beta|rc)[0-9]{1,2})(\.[0-9])?)?/
12+
# owner: palantir
13+
# commands:
14+
# - ./scripts/circle/pypi.sh

0 commit comments

Comments
 (0)