Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
open-source
yams
Commits
59cf86c7cc9a
Commit
2ab60b5a
authored
Feb 17, 2021
by
Laurent Peuch
Browse files
chore(tox): add pypi-publish
parent
93bcc14970bb
Pipeline
#35549
passed with stage
in 45 seconds
Changes
1
Pipelines
4
Hide whitespace changes
Inline
Side-by-side
tox.ini
View file @
59cf86c7
...
...
@@ -58,3 +58,18 @@ python_files = *test_*.py
deps
=
mypy
>=
0.761
commands
=
mypy --ignore-missing-imports yams
[testenv:pypi-publish]
basepython
=
python3
skip_install
=
true
whitelist_externals
=
rm
deps
=
twine
passenv
=
TWINE_USERNAME
TWINE_PASSWORD
commands
=
rm
-rf
build
dist
.egg
.egg-info
python3
setup.py
sdist
bdist_wheel
twine
check
dist/*
twine
upload
--skip-existing
dist/*
Write
Preview
Supports
Markdown
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