Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
anancarv authored Jan 15, 2020
1 parent 481aa01 commit cbb722f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
run: |
poetry config virtualenvs.in-project false
poetry config virtualenvs.path ~/.virtualenvs
poetry config pypi-token.pypi "${{ secrets.$PYPI_TOKEN }}"
poetry config pypi-token.pypi "${{ secrets.PYPI_TOKEN }}"
- name: Build
run: poetry build
Expand Down

0 comments on commit cbb722f

Please sign in to comment.