Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Packages
signaturizer
Commits
fbfb2b32
Commit
fbfb2b32
authored
Jul 02, 2020
by
Martino Bertoni
🌋
Browse files
adding pypy deploy
parent
1a6f6f69
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
fbfb2b32
...
...
@@ -9,6 +9,7 @@ before_script:
stages
:
-
test
-
deploy
unittest
:
stage
:
test
...
...
@@ -18,3 +19,13 @@ unittest:
-
export PYTHONPATH="$PYTHONPATH:."
-
python -c "import sys;print(sys.path)"
-
pytest
pypi_deploy_test
:
stage
:
deploy
cache
:
{}
script
:
-
pip install -U twine
-
python setup.py sdist
-
twine upload --verbose --repository-url https://test.pypi.org/legacy/ dist/*
only
:
-
master
\ No newline at end of file
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