Skip to content

Commit

Permalink
change the distribution directory name to dist
Browse files Browse the repository at this point in the history
  • Loading branch information
zhengp0 committed Dec 10, 2024
1 parent 43bd49c commit 820d48b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Install dependencies
run: python -m pip install cibuildwheel . --upgrade pip
- name: Build package distribution
run: python -m cibuildwheel --output-dir wheelhouse
run: python -m cibuildwheel --output-dir dist
env:
CIBW_BUILD: "cp312-manylinux_x86_64"
- name: Publish package distribution to PyPI
Expand Down

0 comments on commit 820d48b

Please sign in to comment.