Skip to content

Commit 4b4e142

Browse files
nadavisclaude
andcommitted
fix: install twine before upload step
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 8ff7010 commit 4b4e142

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,9 @@ jobs:
4040
semantic-release version
4141
4242
- name: Build
43-
run: python -m build
43+
run: |
44+
pip install build twine
45+
python -m build
4446
4547
- name: Publish to PyPI
4648
env:

0 commit comments

Comments
 (0)