Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
LAMBERT Jean-charles
unsio
Commits
a7a6a534
Commit
a7a6a534
authored
Sep 02, 2019
by
LAMBERT Jean-charles
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add testpypi for osx
parent
76c2cde6
Pipeline
#1468
passed with stage
in 13 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
3 deletions
+18
-3
.gitlab-ci.yml
.gitlab-ci.yml
+18
-3
No files found.
.gitlab-ci.yml
View file @
a7a6a534
...
...
@@ -18,6 +18,7 @@ variables :
TWINE_PASSWORD
:
$TEST_PY_PASSWD
WHEEL
:
0
TESTPYPI
:
0
TESTPYPIOSX
:
0
OSX
:
0
before_script
:
...
...
@@ -93,6 +94,20 @@ OSX:
-
test-*.res
-
wheel/*
expire_in
:
1 week
push-testpypi-OSX
:
stage
:
testpypi
tags
:
-
osx_10.13.6
only
:
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*
cache
:
key
:
osx
paths
:
-
wheel/
#
# RPM Distros
#
...
...
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