Skip to content

Commit

Permalink
appveyor runing version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
arm61 committed Sep 19, 2018
1 parent 1495cba commit d30f48c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ deploy_script:
- "cat %USERPROFILE%\\.pypirc"
- "%PYTHON%\\python.exe -m pip install twine"
- "%PYTHON%\\python.exe setup.py bdist_wheel"
- ps: If ($env:APPVEYOR_REPO_BRANCH -eq "master") {Invoke-Expression "%PYTHON%\\Scripts\\twine upload --skip-existing dist/*.whl" 2>$null }
- "%PYTHON%\\Scripts\\twine upload --skip-existing dist/*.whl"

artifacts:
# bdist_wheel puts your built wheel in the dist directory
Expand Down

0 comments on commit d30f48c

Please sign in to comment.