diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 72e3890..1542ad5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -33,8 +33,5 @@ jobs: GITHUB_TOKEN: ${{ secrets.BOT_TOKEN }} POETRY_PYPI_TOKEN_PYPI: ${{ secrets.PYPI_TOKEN }} run: | - git remote set-url origin https://${{ secrets.BOT_TOKEN }}@github.com/${{ github.repository }} - autopub prepare poetry build - autopub commit poetry publish --username= __token__