Commit 85c7984a authored by nimrod's avatar nimrod
Browse files

- Correct Tox release environment.

parent 14cf2b04
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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