4 lines
77 B
Text
4 lines
77 B
Text
|
#!/bin/sh -e
|
||
|
|
||
|
poetry publish --build -u "$PYPI_USERNAME" -p "$PYPI_PASSWORD"
|