Skip to content

Commit 7d52e6a

Browse files
committed
Update twine to resolve InvalidDistribution error
1 parent fb29f44 commit 7d52e6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Build binary wheel and source tarball
3838
run: make dist
3939
- name: Install publish dependencies
40-
run: python -m pip install twine~=5.1
40+
run: python -m pip install twine~=6.1
4141
- name: Push to pypi
4242
run: |
4343
export TWINE_USERNAME=__token__

0 commit comments

Comments
 (0)