Skip to content

Commit

Permalink
Merge pull request #127 from roboflow/removeTestPyPiPub
Browse files Browse the repository at this point in the history
Removes TestPyPi from Publish Action
  • Loading branch information
Tyler-Odenthal authored Mar 10, 2023
2 parents ca98bd7 + 5bb39cc commit 794f864
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,5 @@ check_code_quality:

publish:
python setup.py sdist bdist_wheel
twine upload -r testpypi dist/* -u ${PYPI_USERNAME} -p ${PYPI_TEST_PASSWORD} --verbose
twine check dist/*
twine upload dist/* -u ${PYPI_USERNAME} -p ${PYPI_PASSWORD} --verbose
2 changes: 1 addition & 1 deletion roboflow/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from roboflow.core.project import Project
from roboflow.core.workspace import Workspace

__version__ = "0.2.33"
__version__ = "0.2.34"


def check_key(api_key, model, notebook, num_retries=0):
Expand Down

0 comments on commit 794f864

Please sign in to comment.