Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
surgura committed Dec 11, 2023
1 parent cd2de34 commit 33b89b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
with:
python-version: 3.11
- name: Build wheels
run: pip wheel --no-deps
run: pip wheel --no-deps .
- uses: actions/upload-artifact@v3
with:
name: dist
Expand Down

0 comments on commit 33b89b8

Please sign in to comment.