Skip to content

Commit

Permalink
Don't use poetry publish
Browse files Browse the repository at this point in the history
Publishing to pypi is done via pypa/gh-action-pypi-publish
and the respective auth token. Calling poetry publish does
not work because this is not authorized
  • Loading branch information
schaefi committed Mar 6, 2024
1 parent d42d0b4 commit ccc2336
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,6 @@ skip_install = True
usedevelop = True
commands =
poetry build --format=sdist
poetry publish


[testenv:scripts]
Expand Down

0 comments on commit ccc2336

Please sign in to comment.