Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Jochem Bijlard
fractalis
Commits
2fae14d4
Commit
2fae14d4
authored
Mar 12, 2018
by
Sascha Herzinger
Browse files
fixing sdist path
parent
3da60f42
Changes
1
Show whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
2fae14d4
...
...
@@ -11,7 +11,7 @@ services:
before_script
:
-
FRACTALIS_VERSION=$(grep version setup.py | grep -o "[0-9]\.[0-9]\.[0-9]")
-
DOCKER_IMAGE_TAG="fractalis:$FRACTALIS_VERSION"
-
SDIST=fractalis-$FRACTALIS_VERSION.tar.gz
-
SDIST=
dist/
fractalis-$FRACTALIS_VERSION.tar.gz
stages
:
-
build_sdist
...
...
@@ -26,7 +26,7 @@ build:sdist:
-
python3 setup.py sdist
artifacts
:
paths
:
-
dist/
$SDIST
-
$SDIST
build:image:
stage
:
build_image
...
...
@@ -67,7 +67,7 @@ release:pypi:
image
:
python:3.6-alpine
script
:
-
pip3 install twine
-
twine upload
dist/
$SDIST -u $PYPI_USER -p $PYPI_PASS
-
twine upload $SDIST -u $PYPI_USER -p $PYPI_PASS
dependencies
:
-
build:sdist
only
:
...
...
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