Skip to content

Commit

Permalink
token auth for release
Browse files Browse the repository at this point in the history
  • Loading branch information
cjw296 committed Jun 29, 2021
1 parent 99a2999 commit e82a258
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -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"},
]

Expand Down

0 comments on commit e82a258

Please sign in to comment.