Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamWhittingham committed Oct 25, 2023
1 parent 441aa39 commit c342dfa
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 @@ -46,7 +46,7 @@ pytest:
release: test
# Check pypi configured
test -f ~/.pypirc
pythom -m build
python -m build
twine upload -r testpypi dist/*
# twine upload -r pypi dist/*
git tag $(CURRENT_VERSION)
Expand Down

0 comments on commit c342dfa

Please sign in to comment.