Skip to content

Commit

Permalink
fix(cicd): proper env for deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Kryukov committed Jan 9, 2024
1 parent 4fc87d7 commit d31df96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ jobs:
poetry version ${GITHUB_REF_NAME#v}
poetry publish --build
env:
POETRY_HTTP_BASIC_INTERNAL_USERNAME: ${{ secrets.PYPI_LOGIN }}
POETRY_HTTP_BASIC_INTERNAL_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
POETRY_HTTP_BASIC_PYPI_USERNAME: ${{ secrets.PYPI_LOGIN }}
POETRY_HTTP_BASIC_PYPI_PASSWORD: ${{ secrets.PYPI_PASSWORD }}

0 comments on commit d31df96

Please sign in to comment.