File tree 3 files changed +3
-94
lines changed
3 files changed +3
-94
lines changed Original file line number Diff line number Diff line change @@ -52,11 +52,10 @@ jobs:
52
52
- if : ${{ matrix.package-suffix == 'linux-amd64' }}
53
53
run : uv build --sdist
54
54
55
- # Build and fix the wheel
55
+ # Build the wheel
56
56
- run : uv run cibuildwheel --output-dir dist
57
- - run : poe fix-wheel
58
57
59
- # Simple test
58
+ # Run a test
60
59
- run : uv run pytest -k test_activity_hello
61
60
62
61
# Upload dist
Original file line number Diff line number Diff line change @@ -1424,13 +1424,8 @@ environment](#local-sdk-development-environment) for the quicker approach to loc
1424
1424
uv build
1425
1425
```
1426
1426
1427
- The compiled wheel doesn't have the exact right tags yet for use, so run this script to fix it:
1428
1427
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.
1434
1429
1435
1430
#### Use
1436
1431
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments