Skip to content

Commit

Permalink
Fix incorrect publish build step
Browse files Browse the repository at this point in the history
  • Loading branch information
thibaudcolas committed Nov 1, 2024
1 parent e10163e commit 0f78afa
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 @@ -31,7 +31,7 @@ jobs:
python-version: 3.12

- name: Install dependencies
run: make setup-python
run: make install-python

- name: Build package distributions
run: make build
Expand Down

0 comments on commit 0f78afa

Please sign in to comment.