Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
persistent
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
persistent
Commits
131ab65c
Commit
131ab65c
authored
Jan 12, 2017
by
Marius Gedminas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Always build wheels and archive them as artifacts
parent
0a108159
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
24 deletions
+20
-24
appveyor.yml
appveyor.yml
+20
-24
No files found.
appveyor.yml
View file @
131ab65c
environment
:
password
:
secure
:
UcdTh6W78cRLVGfKRFoa5A==
global
:
TWINE_USERNAME
:
zope.wheelbuilder
TWINE_PASSWORD
:
secure
:
UcdTh6W78cRLVGfKRFoa5A==
matrix
:
-
python
:
27
-
python
:
27-x64
-
python
:
33
-
python
:
33-x64
-
python
:
34
-
python
:
34-x64
-
python
:
35
-
python
:
35-x64
-
python
:
27
-
python
:
27-x64
-
python
:
33
-
python
:
33-x64
-
python
:
34
-
python
:
34-x64
-
python
:
35
-
python
:
35-x64
install
:
-
"
SET
PATH=C:
\\
Python%PYTHON%;c:
\\
Python%PYTHON%
\\
scripts;%PATH%"
-
echo "C:\Program Files\Microsoft SDKs\Windows\v7.1\Bin\SetEnv.cmd" /x64 > "C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\bin\amd64\vcvars64.bat"
-
pip install -e .
build
:
false
build_script
:
-
pip install wheel
-
python -W ignore setup.py -q bdist_wheel
test_script
:
-
python setup.py -q test -q
on_success
:
-
echo Build succesful!
artifacts
:
-
path
:
'
dist\*.whl'
name
:
wheel
deploy_script
:
-
echo [distutils] > %USERPROFILE%\\.pypirc
-
echo index-servers = >> %USERPROFILE%\\.pypirc
-
echo pypi >> %USERPROFILE%\\.pypirc
-
echo [pypi] >> %USERPROFILE%\\.pypirc
-
echo repository=https://pypi.python.org/pypi >> %USERPROFILE%\\.pypirc
-
echo username=zope.wheelbuilder >> %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; twine upload dist/* }
-
ps
:
if ($env:APPVEYOR_REPO_TAG -eq $TRUE) { pip install twine; twine upload dist/* }
deploy
:
on
deploy
:
on
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment