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
fd43e559
Commit
fd43e559
authored
Jul 02, 2020
by
Martino Bertoni
🌋
Browse files
remove future implementation
parent
4a2c6449
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
fd43e559
...
...
@@ -15,13 +15,3 @@ unittest:
-
export PYTHONPATH="$PYTHONPATH:."
-
python -c "import sys;print(sys.path)"
-
pytest
pypi_deploy
:
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