Skip to content

Commit 8b11ffd

Browse files
authored
Merge pull request python-lsp#5 from palantir/ngates/enable-publish
Enable publish
2 parents edcf143 + d5d7126 commit 8b11ffd

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)