mirror of
https://github.com/LukeHagar/plexpy.git
synced 2025-12-06 12:47:44 +00:00
8 lines
150 B
Bash
Executable File
8 lines
150 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
export POETRY_PYPI_TOKEN_PYPI=${PYPI_TOKEN}
|
|
|
|
poetry run python scripts/prepare-readme.py
|
|
|
|
poetry publish --build --skip-existing
|