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

Commit

Permalink
Add virtualenvs-create option to install-poetry release step
Browse files Browse the repository at this point in the history
  • Loading branch information
darrenburns committed Feb 19, 2021
1 parent 4d439e9 commit cc1c41c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- uses: snok/[email protected]
with:
virtualenvs-create: true
- name: Publish to PyPI
run: |
poetry publish --build --username __token__ --password ${{ secrets.pypi_api_token }}
Expand Down

0 comments on commit cc1c41c

Please sign in to comment.