Skip to content

Commit

Permalink
Fix publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kozalosev committed Feb 12, 2023
1 parent c091d67 commit 838b83e
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 @@ -27,7 +27,7 @@ jobs:
- run: echo "🖥️ The workflow is now ready to build and deploy your distribution."

- name: Build a distribution
run: make build
run: poetry build

- name: Install the built distribution locally and check its version
run: >
Expand Down

0 comments on commit 838b83e

Please sign in to comment.