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
cubicweb
cubes
jsonschema
Commits
9ff241f7a687
Commit
03574292
authored
Nov 24, 2020
by
Katia Saurfelt
Browse files
chore(tox): add pypi-publish
--HG-- branch : 0.1
parent
e12b93a544e4
Changes
1
Hide whitespace changes
Inline
Side-by-side
tox.ini
View file @
9ff241f7
...
...
@@ -40,3 +40,19 @@ max-line-length = 80
[pytest]
addopts
=
--doctest-modules
[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/
\ 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