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
86a9f082
Commit
86a9f082
authored
Aug 29, 2019
by
LAMBERT Jean-charles
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
missing ending / on url
parent
ff879728
Pipeline
#1466
failed with stage
in 20 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
.gitignore
.gitignore
+2
-1
.gitlab-ci.yml
.gitlab-ci.yml
+2
-2
No files found.
.gitignore
View file @
86a9f082
...
...
@@ -7,7 +7,8 @@
*.user
# ide
*tags
*.tags*
#swig
py/unsio/py_unsio.py
...
...
.gitlab-ci.yml
View file @
86a9f082
...
...
@@ -18,7 +18,7 @@ variables :
TWINE_PASSWORD
:
$TEST_PY_PASSWD
WHEEL
:
0
TESTPYPI
:
0
before_script
:
# clone
#- git clone https://gitlab.lam.fr/jclamber/unsio.git
...
...
@@ -56,7 +56,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 -u $TWINE_USERNAME -p $TWINE_PASSWORD --repository-url https://test.pypi.org/legacy
/
./wheel/python*unsio*
cache
:
key
:
manylinux2010
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