Skip to content

Commit

Permalink
temporarily removed importlib-metadata<5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AHReccese committed Jan 23, 2024
1 parent 4025d3d commit 38c7288
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions reserver/reserver_obj.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,11 @@ def upload_to_pypi(self, package_name):
rmtree(generated_dist_folder)

commands = [executable + " " + generated_setup_file_path + " sdist bdist_wheel "]
if is_platform_linux():
# if is_platform_linux():
# handle the place build files get generated.
# pip install "importlib-metadata<5.0" for
# https://bobbyhadz.com/blog/entrypoints-object-has-no-attribute-get
commands.append(executable + " -m pip install \"importlib-metadata<5.0\"")
# commands.append(executable + " -m pip install \"importlib-metadata<5.0\"")
if self.test_pypi:
commands += [
executable + " -m twine upload --repository testpypi " + generated_tar_gz_file,
Expand Down

0 comments on commit 38c7288

Please sign in to comment.