4 lines
86 B
Bash
4 lines
86 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
poetry publish --build --username $PYPI_USERNAME --password $PYPI_PASSWORD
|