Removed pypi_upload

Changing release workflow
This commit is contained in:
Jamie Hardt
2020-01-04 22:46:11 -08:00
parent 22c205d638
commit 3021721299
2 changed files with 1 additions and 5 deletions

View File

@@ -2,6 +2,6 @@ from .ptuls_grammar import protools_text_export_grammar
from .ptuls_parser_visitor import DictionaryParserVisitor
from .transformations import TimecodeInterpreter
__version__ = '0.3.0'
__version__ = '0.3.1'
__author__ = 'Jamie Hardt'
__license__ = 'MIT'

View File

@@ -1,4 +0,0 @@
#!/bin/zsh
python3 setup.py build
python3 setup.py sdist bdist_wheel
python3 -m twine upload --repository-url https://upload.pypi.org/legacy/ dist/*