Skip to content

Commit

Permalink
Update package name
Browse files Browse the repository at this point in the history
  • Loading branch information
sunqm committed Oct 8, 2023
1 parent 8ab4723 commit cbe7fc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ def get_ext_filename(self, ext_name):

if 'sdist' in sys.argv:
# The sdist release
package_name = NAME + '-cuda'
package_name = NAME
CUDA_VERSION = '11x'
else:
CUDA_VERSION = get_cuda_version()
Expand Down

0 comments on commit cbe7fc0

Please sign in to comment.