Skip to content

Commit

Permalink
fix release pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Aremaki committed Feb 2, 2023
1 parent 3f20da3 commit c53d95e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
if: steps.cached-poetry-dependencies.outputs.cache-hit != 'true'
run: |
poetry config experimental.new-installer false
poetry install
poetry install --without dev
- name: Build
run: poetry build
- name: Publish
Expand Down

0 comments on commit c53d95e

Please sign in to comment.