We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc9bc99 commit 83030f5Copy full SHA for 83030f5
.circleci/config.yml
@@ -5,6 +5,10 @@ build-wheel: &build-wheel
5
- run:
6
name: build wheel
7
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
12
13
test: &test
14
working_directory: ~/bencoder.pyx
0 commit comments