Skip to content

Commit

Permalink
Use updated twine pub oneliner
Browse files Browse the repository at this point in the history
  • Loading branch information
radare committed Apr 30, 2024
1 parent 3b8716e commit ccd7231
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ all:
pub:
rm -rf dist
$(PYTHON) setup.py sdist
twine upload --repository=pypi --verbose dist/*
twine check dist/*
twine upload -u __token__ --repository-url https://upload.pypi.org/legacy/ --verbose dist/*
#twine upload --repository=pypi --verbose dist/*

install:
$(PIP) install .
Expand Down

0 comments on commit ccd7231

Please sign in to comment.