Skip to content

Commit

Permalink
Fix PyPI token env variable name
Browse files Browse the repository at this point in the history
Signed-off-by: Moshi Binyamini <[email protected]>
  • Loading branch information
MoshiBin committed Feb 6, 2023
1 parent 74c1198 commit 1b75e22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Publish to PyPI
run: poetry publish
env:
PYPI_TOKEN: ${{ secrets.PYPI_API_TOKEN }}
POETRY_PYPI_TOKEN_PYPI: ${{ secrets.PYPI_API_TOKEN }}

release-docker:
uses: ./.github/workflows/docker.yaml
Expand Down

0 comments on commit 1b75e22

Please sign in to comment.