Skip to content

Commit

Permalink
Fix publish pipeline (#191)
Browse files Browse the repository at this point in the history
  • Loading branch information
vsakkas authored Jan 17, 2025
1 parent 42c9d17 commit 394a6be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
curl -sSL https://install.python-poetry.org | python3 -
- name: Install dependencies
run: poetry install --no-dev
run: poetry install

- name: Build package
run: poetry build
Expand Down

0 comments on commit 394a6be

Please sign in to comment.