Skip to content

Commit

Permalink
chore: PyPI authentication via API token (DEV-3143) (#703)
Browse files Browse the repository at this point in the history
  • Loading branch information
jnussbaum committed Dec 27, 2023
1 parent b05690b commit dd16ef4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-to-pypi.yml
Expand Up @@ -9,8 +9,8 @@ on:

env:
TOKEN: ${{ secrets.GH_TOKEN }}
POETRY_HTTP_BASIC_PYPI_USERNAME: ${{ secrets.PYPI_USER }}
POETRY_HTTP_BASIC_PYPI_PASSWORD: ${{ secrets.PYPI_PW }}
POETRY_HTTP_BASIC_PYPI_USERNAME: __token__
POETRY_PYPI_TOKEN_PYPI: ${{ secrets.PYPI_DASCHBOT_TOKEN }}

jobs:
publish-to-pypi:
Expand Down

0 comments on commit dd16ef4

Please sign in to comment.