Skip to content

Commit

Permalink
change to underscore
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelgfierro committed Jun 17, 2021
1 parent ed18270 commit 67012dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion SETUP.md
Original file line number Diff line number Diff line change
Expand Up @@ -351,4 +351,4 @@ First make sure that the tag that you want to add, e.g. `0.6.0`, is added in [re
generates a wheel and a tar.gz which are uploaded to a [GitHub draft release](https://github.com/microsoft/recommenders/releases).
1. Fill up the draft release with all the recent changes in the code.
1. Download the wheel and tar.gz locally, these files shouldn't have any bug, since they passed all the tests.
1. Publish the wheel and tar.gz to pypi: `twine upload ms-recommenders*`
1. Publish the wheel and tar.gz to pypi: `twine upload ms_recommenders*`
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
if HASH is not None:
version += ".post" + str(int(time.time()))

name = environ.get("LIBRARY_NAME", "ms-recommenders")
name = environ.get("LIBRARY_NAME", "ms_recommenders")

install_requires = [
"numpy>=1.14",
Expand Down

0 comments on commit 67012dd

Please sign in to comment.