Skip to content

Commit 6177929

Browse files
chengzeyiclaude
andcommitted
Build wheel in python-publish workflow
Match python-packages.yml by building both wheel and sdist instead of sdist only. Pure Python package produces universal py3-none-any wheel. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 0d1fb22 commit 6177929

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ jobs:
3939
- name: Install dependencies
4040
run: |
4141
python -m pip install --upgrade pip
42-
pip install build 'setuptools>=64' 'setuptools_scm>=8'
42+
pip install build wheel 'setuptools>=64' 'setuptools_scm>=8'
4343
- name: Build package
44-
run: python -m build --sdist -n
44+
run: python -m build
4545
- name: Publish package
4646
uses: pypa/gh-action-pypi-publish@release/v1

0 commit comments

Comments
 (0)