Skip to content

Commit

Permalink
Merge pull request #35 from datamade/master
Browse files Browse the repository at this point in the history
command can't be separate by && in powershell
  • Loading branch information
kmike committed Apr 20, 2016
2 parents 4e77222 + 5716da1 commit abccb3b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
environment:
password:
secure: uOcv5TOm/CgwOmiLQhNX+g==
secure: encrypted_pypi_password
os: Visual Studio 2015

matrix:
Expand Down Expand Up @@ -37,10 +37,10 @@ deploy_script:
- echo pypi >> %USERPROFILE%\\.pypirc
- echo [pypi] >> %USERPROFILE%\\.pypirc
- echo repository=https://pypi.python.org/pypi >> %USERPROFILE%\\.pypirc
- echo username=zope.wheelbuilder >> %USERPROFILE%\\.pypirc
- echo username=kmike >> %USERPROFILE%\\.pypirc
- echo password=%password% >> %USERPROFILE%\\.pypirc
- set HOME=%USERPROFILE%
- pip install wheel twine
- ps: if($env:APPVEYOR_REPO_TAG -eq $TRUE) { python -W ignore setup.py bdist_wheel bdist_egg && twine upload dist/* }
- ps: if($env:APPVEYOR_REPO_TAG -eq $TRUE) { python -W ignore setup.py bdist_wheel bdist_egg; twine upload dist/* }

deploy : on

0 comments on commit abccb3b

Please sign in to comment.