Skip to content
Snippets Groups Projects
Commit 85c7984a authored by nimrod's avatar nimrod
Browse files

- Correct Tox release environment.

parent 14cf2b04
Branches
Tags v0.4.0
No related merge requests found
......@@ -37,6 +37,6 @@ deps =
twine
wheel
commands =
sh -c 'git tag "$(cat VERSION)" && git push --tags'
sh -c 'git tag "v$(cat VERSION)" && git push --tags'
python setup.py bdist_wheel
twine upload --skip-existing dist/*.whl
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment