Skip to content

Commit 545d5f4

Browse files
committed
Get rid of fix-wheel hacks
1 parent 532388d commit 545d5f4

File tree

3 files changed

+3
-94
lines changed

3 files changed

+3
-94
lines changed

.github/workflows/build-binaries.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,10 @@ jobs:
5252
- if: ${{ matrix.package-suffix == 'linux-amd64' }}
5353
run: uv build --sdist
5454

55-
# Build and fix the wheel
55+
# Build the wheel
5656
- run: uv run cibuildwheel --output-dir dist
57-
- run: poe fix-wheel
5857

59-
# Simple test
58+
# Run a test
6059
- run: uv run pytest -k test_activity_hello
6160

6261
# Upload dist

README.md

+1-6
Original file line numberDiff line numberDiff line change
@@ -1424,13 +1424,8 @@ environment](#local-sdk-development-environment) for the quicker approach to loc
14241424
uv build
14251425
```
14261426

1427-
The compiled wheel doesn't have the exact right tags yet for use, so run this script to fix it:
14281427

1429-
```bash
1430-
poe fix-wheel
1431-
```
1432-
1433-
The `whl` wheel file in `dist/` is now ready to use.
1428+
The `.whl` wheel file in `dist/` is now ready to use.
14341429

14351430
#### Use
14361431

scripts/fix_wheel.py

-85
This file was deleted.

0 commit comments

Comments
 (0)