Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
LAMBERT Jean-charles
unsio
Commits
3b6a9c7c
Commit
3b6a9c7c
authored
Sep 10, 2019
by
LAMBERT Jean-charles
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
specify wheels to upload for every targets
parent
ccabaebc
Pipeline
#1490
failed with stage
in 59 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
.gitlab-ci.yml
.gitlab-ci.yml
+6
-6
No files found.
.gitlab-ci.yml
View file @
3b6a9c7c
...
...
@@ -66,7 +66,7 @@ push-testpypi-manylinux2010:
variables
:
-
$TESTPYPI == "1"
script
:
-
/opt/python/cp37-cp37m/bin/python -m twine upload -u $TWINE_USERNAME -p $TWINE_PASSWORD --repository-url https://test.pypi.org/legacy/ ./wheel/python*unsio*
-
/opt/python/cp37-cp37m/bin/python -m twine upload
--disable-progress-bar
-u $TWINE_USERNAME -p $TWINE_PASSWORD --repository-url https://test.pypi.org/legacy/ ./wheel/python*unsio*
manylinux2010* ./wheel/python*unsio*gz
cache
:
key
:
manylinux2010
paths
:
...
...
@@ -80,7 +80,7 @@ push-pypi-manylinux2010:
variables
:
-
$PYPI == "1"
script
:
-
/opt/python/cp37-cp37m/bin/python -m twine upload -u $TWINE_USERNAME -p $TWINE_PASSWORD ./wheel/python*unsio*
-
/opt/python/cp37-cp37m/bin/python -m twine upload
--disable-progress-bar
-u $TWINE_USERNAME -p $TWINE_PASSWORD ./wheel/python*unsio*
manylinux2010* ./wheel/python*unsio*gz
cache
:
key
:
manylinux2010
paths
:
...
...
@@ -120,7 +120,7 @@ push-testpypi-manylinux1:
variables
:
-
$TESTPYPI == "1"
script
:
-
/opt/python/cp37-cp37m/bin/python -m twine upload -u $TWINE_USERNAME -p $TWINE_PASSWORD --repository-url https://test.pypi.org/legacy/ ./wheel/python*unsio*
-
/opt/python/cp37-cp37m/bin/python -m twine upload
--disable-progress-bar
-u $TWINE_USERNAME -p $TWINE_PASSWORD --repository-url https://test.pypi.org/legacy/ ./wheel/python*unsio*
manylinux1*
cache
:
key
:
manylinux1
paths
:
...
...
@@ -134,7 +134,7 @@ push-pypi-manylinux1:
variables
:
-
$PYPI == "1"
script
:
-
/opt/python/cp37-cp37m/bin/python -m twine upload -u $TWINE_USERNAME -p $TWINE_PASSWORD ./wheel/python*unsio*
-
/opt/python/cp37-cp37m/bin/python -m twine upload
--disable-progress-bar
-u $TWINE_USERNAME -p $TWINE_PASSWORD ./wheel/python*unsio*
manylinux1*
cache
:
key
:
manylinux1
paths
:
...
...
@@ -176,7 +176,7 @@ push-testpypi-OSX:
variables
:
-
$TESTPYPIOSX == "1"
script
:
-
python3.7 -m twine upload -u $TWINE_USERNAME -p $TWINE_PASSWORD --repository-url https://test.pypi.org/legacy/ ./wheel/python*unsio*
-
python3.7 -m twine upload
--disable-progress-bar
-u $TWINE_USERNAME -p $TWINE_PASSWORD --repository-url https://test.pypi.org/legacy/ ./wheel/python*unsio*
macosx*
cache
:
key
:
osx
paths
:
...
...
@@ -191,7 +191,7 @@ push-pypi-OSX:
variables
:
-
$PYPIOSX == "1"
script
:
-
python3.7 -m twine upload -u $TWINE_USERNAME -p $TWINE_PASSWORD
./wheel/python*unsio*
-
python3.7 -m twine upload
--disable-progress-bar
-u $TWINE_USERNAME -p $TWINE_PASSWORD ./wheel/python*unsio*
macosx*
cache
:
key
:
osx
paths
:
...
...
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