Skip to content

Commit

Permalink
fix: solve conflict in packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
Davidham3 authored Dec 20, 2024
1 parent b7a40c1 commit 7ee7f53
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,11 @@ jobs:
- name: Build package
run: |
python -m build
if [ "${{ matrix.python-version }}" = "3.12" ]; then
python -m build
else
python -m build --wheel
fi
- name: Upload artifacts
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 7ee7f53

Please sign in to comment.