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
Switch to GitLab Next
Sign in / Register
Toggle navigation
Open sidebar
Nathan Graule
call
Commits
ae349a1a
Commit
ae349a1a
authored
Aug 07, 2018
by
Nathan Graule
💻
Browse files
Merge branch 'develop' into 'master'
Release 0.1.2 See merge request
!1
parents
df4949ad
fb2f2ac0
Pipeline
#27367960
passed with stages
in 1 minute and 37 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
5 deletions
+6
-5
.gitlab-ci.yml
.gitlab-ci.yml
+5
-4
setup.py
setup.py
+1
-1
No files found.
.gitlab-ci.yml
View file @
ae349a1a
...
...
@@ -21,7 +21,7 @@ build:py2:
script
:
-
pip wheel .
-
mkdir -p dist
-
mv *.whl dist
-
mv
async_call
*.whl dist
artifacts
:
paths
:
-
dist
...
...
@@ -34,7 +34,7 @@ build:py3:
script
:
-
pip wheel .
-
mkdir -p dist
-
mv *.whl dist
-
mv
async_call
*.whl dist
artifacts
:
paths
:
-
dist
...
...
@@ -75,8 +75,9 @@ dist-test:
--repository-url https://test.pypi.org/legacy/
-u $PIP_UPLOAD_USER
-p $PIP_UPLOAD_TEST_PASSWD
except
:
-
tags
only
:
-
develop
when
:
manual
dist
:
stage
:
dist
...
...
setup.py
View file @
ae349a1a
...
...
@@ -23,7 +23,7 @@ def test_suite():
setup
(
name
=
'async-call'
,
version
=
'0.1.
1
'
,
version
=
'0.1.
2
'
,
packages
=
[
'call'
],
url
=
'https://gitlab.com/solarliner/call'
,
license
=
'MIT'
,
...
...
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