Skip to content

Commit

Permalink
twine now replaces hyphens with underscores
Browse files Browse the repository at this point in the history
  • Loading branch information
davedoesdev committed Jun 15, 2024
1 parent 8edad8c commit be5a70f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ make_dist:
python3 setup.py bdist_wheel --universal

upload:
python3 -m twine upload dist/$(name)-$(version)*
python3 -m twine upload dist/$(subst -,_,$(name))-$(version)*

.PHONY: typecheck
typecheck:
Expand Down

0 comments on commit be5a70f

Please sign in to comment.