Skip to content

Commit

Permalink
🐛 Fix references to Poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
tiangolo committed Nov 23, 2020
1 parent 2041f03 commit 4e32e4e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
if: steps.cache.outputs.cache-hit == 'true'
run: python -m poetry run pip --version >/dev/null 2>&1 || rm -rf .venv
- name: Install Dependencies
run: poetry install
run: python -m poetry install
- name: Publish
env:
PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion scripts/publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

set -e

poetry publish --build
python -m poetry publish --build

0 comments on commit 4e32e4e

Please sign in to comment.