Skip to content
Snippets Groups Projects
Commit 0db81f9c authored by Pavel Kácha's avatar Pavel Kácha
Browse files

Correct wheel name

parent 0124690d
Branches
Tags
No related merge requests found
...@@ -55,7 +55,7 @@ deploy: FORCE ...@@ -55,7 +55,7 @@ deploy: FORCE
$(info PyPI deployment) $(info PyPI deployment)
# Secure upload with Twine # Secure upload with Twine
twine upload dist/idea-format* twine upload dist/idea-format* dist/idea_format*
# Empty rule as dependency wil force make to always perform target # Empty rule as dependency wil force make to always perform target
# Source: https://www.gnu.org/software/make/manual/html_node/Force-Targets.html # Source: https://www.gnu.org/software/make/manual/html_node/Force-Targets.html
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment