Skip to content

Commit

Permalink
Fix error in deployment script
Browse files Browse the repository at this point in the history
  • Loading branch information
lstephen committed Oct 11, 2017
1 parent 75f10f3 commit 7380a44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion construi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ targets:
- TWINE_USERNAME
- TWINE_PASSWORD
shell: /bin/bash -c
run: pip install twine && twine upload dist/* -u $TWINE_USERNAME -p $TWINE_PASSWORD"
run: pip install twine && twine upload dist/* -u $TWINE_USERNAME -p $TWINE_PASSWORD

release-docker:
before:
Expand Down

0 comments on commit 7380a44

Please sign in to comment.