Skip to content

Commit

Permalink
update pypi version
Browse files Browse the repository at this point in the history
  • Loading branch information
kyosek committed Jul 16, 2023
1 parent 5ab4ba8 commit 6724693
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion focus/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@
# Dev branch marker is: 'X.Y.dev' or 'X.Y.devN' where N is an integer.
# 'X.Y.dev0' is the canonical version of 'X.Y.dev'
#
__version__ = "0.0.dev" # pragma: no cover
__version__ = "0.0.dev2" # pragma: no cover
6 changes: 0 additions & 6 deletions pypi_build_commands.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,6 @@
python setup.py sdist
twine check dist/*

# docstring check
pytest --doctest-modules pyod/

twine upload --repository pypitest dist/*
# https://test.pypi.org/project/pyod/

twine upload dist/*

https://pypi.org/project/focus-cfe

0 comments on commit 6724693

Please sign in to comment.