Skip to content

Commit

Permalink
Get rid of fix-wheel hacks
Browse files Browse the repository at this point in the history
  • Loading branch information
dandavison committed Feb 17, 2025
1 parent 532388d commit 545d5f4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 94 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,10 @@ jobs:
- if: ${{ matrix.package-suffix == 'linux-amd64' }}
run: uv build --sdist

# Build and fix the wheel
# Build the wheel
- run: uv run cibuildwheel --output-dir dist
- run: poe fix-wheel

# Simple test
# Run a test
- run: uv run pytest -k test_activity_hello

# Upload dist
Expand Down
7 changes: 1 addition & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1424,13 +1424,8 @@ environment](#local-sdk-development-environment) for the quicker approach to loc
uv build
```

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

```bash
poe fix-wheel
```

The `whl` wheel file in `dist/` is now ready to use.
The `.whl` wheel file in `dist/` is now ready to use.

#### Use

Expand Down
85 changes: 0 additions & 85 deletions scripts/fix_wheel.py

This file was deleted.

0 comments on commit 545d5f4

Please sign in to comment.