Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1195d399b6 | ||
|
|
b709e4d942 |
@@ -1,8 +1,8 @@
|
|||||||
dist:
|
dist:
|
||||||
python -m build
|
python -m build
|
||||||
|
|
||||||
test:
|
test:
|
||||||
twine upload --repository testpypi /dist
|
twine upload --repository testpypi dist/*
|
||||||
|
|
||||||
publish:
|
publish:
|
||||||
twine upload --repository pypi /dist
|
twine upload --repository pypi dist/*
|
||||||
|
|||||||
Reference in New Issue
Block a user