Skip to content

Commit 5bb39cc

Browse files
committed
remove testpypi from publish action
1 parent ca98bd7 commit 5bb39cc

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,5 @@ check_code_quality:
1717

1818
publish:
1919
python setup.py sdist bdist_wheel
20-
twine upload -r testpypi dist/* -u ${PYPI_USERNAME} -p ${PYPI_TEST_PASSWORD} --verbose
2120
twine check dist/*
2221
twine upload dist/* -u ${PYPI_USERNAME} -p ${PYPI_PASSWORD} --verbose

roboflow/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
from roboflow.core.project import Project
99
from roboflow.core.workspace import Workspace
1010

11-
__version__ = "0.2.33"
11+
__version__ = "0.2.34"
1212

1313

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

0 commit comments

Comments
 (0)