Skip to content

Commit

Permalink
Merge 3813f8e into bb08936
Browse files Browse the repository at this point in the history
  • Loading branch information
mgedmin committed Aug 10, 2018
2 parents bb08936 + 3813f8e commit 8253db3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ install:
- pip install -e .[test,ZODB]

build_script:
- python -m pip install -U pip
- pip install wheel
- python -W ignore setup.py -q bdist_wheel

Expand All @@ -33,6 +34,6 @@ artifacts:
name: wheel

deploy_script:
- ps: if ($env:APPVEYOR_REPO_TAG -eq $TRUE) { pip install twine; twine upload dist/* }
- ps: if ($env:APPVEYOR_REPO_TAG -eq $TRUE) { pip install twine; twine upload dist/*.whl }

deploy: on

0 comments on commit 8253db3

Please sign in to comment.