diff --git a/pyproject.toml b/pyproject.toml index 5716db7..3541c69 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ when = [ "version-not-tagged" ] actions = [ - { run="poetry publish --username chrisw --password $POETRY_PASS"}, + { run="poetry publish --username __token__ --password $PYPI_TOKEN"}, { name="create-tag"}, ]