Skip to content
Snippets Groups Projects
Commit e737388c authored by Thomas Reifenberger's avatar Thomas Reifenberger
Browse files

Fix twine command

parent afd80a5a
No related branches found
Tags 0.3
No related merge requests found
......@@ -28,4 +28,4 @@ jobs:
run: |
pipenv run pytest
pipenv run python setup.py bdist_wheel
twine upload dist/*
\ No newline at end of file
pipenv run twine upload dist/*
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment