Skip to content

Commit 5782146

Browse files
committed
ci: update twine to 6.x
1 parent 5b6e738 commit 5782146

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-job.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ jobs:
237237
run: |
238238
uv venv check-env
239239
. check-env/${{ env.VENV_ACTIVATE }}
240-
uv pip install poetry-core pyroma 'twine >=5.0.0, <6.0.0'
240+
uv pip install poetry-core pyroma 'twine >=6.0.0, <7.0.0'
241241
242242
echo "# ENVIRONMENT INFO" >> $GITHUB_STEP_SUMMARY
243243
echo "- Python version in verification env: $(python --version)" >> $GITHUB_STEP_SUMMARY

0 commit comments

Comments
 (0)