Skip to content

Commit

Permalink
Fix syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
moble committed Aug 21, 2020
1 parent cd874d6 commit c8d2145
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
env:
# Get key from https://pypi.org/manage/account/token/, and
# copy it to Github > repo > Settings > Secrets
POETRY_PYPI_TOKEN_PYPI: ${{ secrets.PYPI_TOKEN }}:
POETRY_PYPI_TOKEN_PYPI: ${{ secrets.PYPI_TOKEN }}
run: |
python -m poetry build
python -m poetry install
Expand Down

0 comments on commit c8d2145

Please sign in to comment.