Skip to content

Commit

Permalink
fix syntax error in publish action
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinschaper committed Mar 6, 2024
1 parent 197d260 commit 5fc6356
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/pypi-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@ jobs:
virtualenvs-in-project: true

- name: Install dependencies
run: |
poetry install --no-interaction
run: poetry install --no-interaction

- name: build a binary wheel dist
run: |
Expand Down

0 comments on commit 5fc6356

Please sign in to comment.