3 lines
77 B
Bash
Executable file
3 lines
77 B
Bash
Executable file
#!/bin/sh -e
|
|
|
|
poetry publish --build -u "$PYPI_USERNAME" -p "$PYPI_PASSWORD"
|