Skip to content

Commit

Permalink
Merge pull request #6 from kbernst30/updated_build_pipeline
Browse files Browse the repository at this point in the history
Fixed twine upload
  • Loading branch information
kbernst30 authored Aug 27, 2019
2 parents b3fc359 + 81c7f80 commit 19486cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
- run:
name: upload to pypi
command: |
python twine upload dist/*
python -m twine upload dist/*
workflows:
version: 2
Expand Down

0 comments on commit 19486cd

Please sign in to comment.