Skip to content

Commit

Permalink
fix: remove build task from build:wheel task
Browse files Browse the repository at this point in the history
This will make `build:wheel` just use whatever is in `dist/` rather
than rebuilding the tree every time.  This should make it work nicer
with the release process.
  • Loading branch information
nisimond committed Jan 24, 2024
1 parent 16aa470 commit b52e36c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,6 @@ tasks:
build:wheel:
desc: Build ARCH Python wheel.
cmds:
- task: build
- python/dist2wheel.py

mockgen:
Expand Down

0 comments on commit b52e36c

Please sign in to comment.