Skip to content

Commit

Permalink
Merge pull request #35 from anancarv/fix-github-action-deploy
Browse files Browse the repository at this point in the history
Update deploy.yml
  • Loading branch information
anancarv authored Jan 15, 2020
2 parents 481aa01 + cbb722f commit 018adb8
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 018adb8

Please sign in to comment.