Skip to content

Commit abccb3b

Browse files
committed
Merge pull request scrapinghub#35 from datamade/master
command can't be separate by && in powershell
2 parents 4e77222 + 5716da1 commit abccb3b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

appveyor.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
environment:
22
password:
3-
secure: uOcv5TOm/CgwOmiLQhNX+g==
3+
secure: encrypted_pypi_password
44
os: Visual Studio 2015
55

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

4646
deploy : on

0 commit comments

Comments
 (0)