Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 1195d399b6 | |||
| b709e4d942 |
@@ -1,8 +1,8 @@
|
||||
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/*
|
||||
|
||||
Reference in New Issue
Block a user