Skip to content

Commit 310495f

Browse files
Merge pull request #25 from synthego-open/dev/fix-circle-deploy
Fix circle config pipe
2 parents d28a437 + 0fb2119 commit 310495f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
command: python3 setup.py sdist bdist_wheel
4646
- run:
4747
name: Upload to pypi
48-
command:
48+
command: |
4949
python3 -m venv venv
5050
. venv/bin/activate
5151
pip install twine

0 commit comments

Comments
 (0)