Skip to content

Commit be287fe

Browse files
committed
ci: install build as well
1 parent 0a1bbe2 commit be287fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
with:
1212
python-version: 3.13
1313
- name: Install dependencies
14-
run: python3 -m pip install twine
14+
run: python3 -m pip install build twine
1515
- name: Build and publish
1616
env:
1717
TWINE_USERNAME: __token__

0 commit comments

Comments
 (0)