Skip to content

Commit bf363ff

Browse files
committed
activate
1 parent 0fdc98f commit bf363ff

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.circleci/config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,8 @@ jobs:
6060
name: build and push
6161
command: |
6262
cd python/
63-
venv/bin/python ./setup.py sdist bdist_wheel
63+
source venv/bin/activate
64+
python ./setup.py sdist bdist_wheel
6465
venv/bin/twine upload dist/* --non-interactive --skip-existing
6566
6667
node_test:

0 commit comments

Comments
 (0)