Skip to content
This repository has been archived by the owner on Nov 10, 2024. It is now read-only.

Commit

Permalink
Fix bad syntax of github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
yuval9313 authored Jun 8, 2023
1 parent 1e5c702 commit fe649b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Publish distribution to PyPI
run: poetry publish
env:
POETRY_PYPI_TOKEN_PYPI=${{ secrets.PYPI_TOKEN }}
POETRY_PYPI_TOKEN_PYPI: ${{ secrets.PYPI_TOKEN }}

# Publish docs to github pages
- name: Setup Pages
Expand Down

0 comments on commit fe649b5

Please sign in to comment.