Skip to content

Commit 83030f5

Browse files
committed
ci(circleci): upload wheels on tag
1 parent bc9bc99 commit 83030f5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.circleci/config.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ build-wheel: &build-wheel
55
- run:
66
name: build wheel
77
command: bash /work/ci/build-wheels.sh
8+
- run:
9+
name: upload
10+
command: |
11+
if [ $CIRCLE_TAG ]; then source /work/ci/deploy.sh; fi
812
913
test: &test
1014
working_directory: ~/bencoder.pyx

0 commit comments

Comments
 (0)