Skip to content

Commit

Permalink
Call twine through Python (apparently necessary for MacOS now).
Browse files Browse the repository at this point in the history
  • Loading branch information
jpivarski committed Aug 17, 2019
1 parent 451ad8e commit 5ca643a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .ci/azure-deploy-awkward.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
displayName: "Build"
- script: |
twine upload dist/* --config-file $(pypirc.secureFilePath) --verbose
python -m twine upload dist/* --config-file $(pypirc.secureFilePath) --verbose
displayName: "Deploy"
- job: Windows
Expand Down Expand Up @@ -128,7 +128,7 @@ jobs:
displayName: "Build"
- script: |
twine upload dist/* --config-file $(pypirc.secureFilePath) --verbose
python -m twine upload dist/* --config-file $(pypirc.secureFilePath) --verbose
displayName: "Deploy"
- job: MacOS
Expand Down Expand Up @@ -201,5 +201,5 @@ jobs:
displayName: "Build"
- script: |
twine upload dist/* --config-file $(pypirc.secureFilePath) --verbose
python -m twine upload dist/* --config-file $(pypirc.secureFilePath) --verbose
displayName: "Deploy"
2 changes: 1 addition & 1 deletion VERSION_INFO
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.13
0.0.14

0 comments on commit 5ca643a

Please sign in to comment.