Skip to content

Commit 88e068b

Browse files
committed
pin twine
1 parent 7ddd242 commit 88e068b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ jobs:
157157
# The step below publishes to testpypi in order to catch any issues
158158
# with the package configuration that would cause a failure to upload to pypi.
159159
- name: Install twine
160-
run: pip install twine
160+
run: pip install twine==5.1.1
161161

162162
- name: Download SDK artifact
163163
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 #v5.0.0

0 commit comments

Comments
 (0)