Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 68d3aa3ed2 | |||
| 2ea29fe5ea | |||
| 1195d399b6 | |||
| b709e4d942 |
@@ -1,8 +1,13 @@
|
||||
dist:
|
||||
python -m build
|
||||
python -m build
|
||||
|
||||
test:
|
||||
twine upload --repository testpypi /dist
|
||||
twine upload --repository testpypi dist/*
|
||||
|
||||
publish:
|
||||
twine upload --repository pypi /dist
|
||||
twine upload --repository pypi dist/*
|
||||
|
||||
all:
|
||||
$(dist)
|
||||
$(test)
|
||||
$(publish)
|
||||
|
||||
Reference in New Issue
Block a user