Skip to content

Commit

Permalink
protobuf-restructure - .circleci/config.yml publish_python script fix
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrkowalczuk committed May 19, 2019
1 parent 8bba7da commit 264b887
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -223,8 +223,9 @@ jobs:
- run:
name: Create package
command: |
cd publish/python && python setup.py sdist
cd publish/python && python setup.py bdist_wheel
cd publish/python
python setup.py sdist
python setup.py bdist_wheel
- run:
name: Upload to pypi
command: |
Expand Down

0 comments on commit 264b887

Please sign in to comment.