4 lines
62 B
Bash
4 lines
62 B
Bash
#!/usr/bin/bash
|
|
|
|
python -m build
|
|
python -m twine upload dist/* |
#!/usr/bin/bash
|
|
|
|
python -m build
|
|
python -m twine upload dist/* |