We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29067e7 commit d4fabb5Copy full SHA for d4fabb5
1 file changed
.github/workflows/release.yml
@@ -21,7 +21,7 @@ jobs:
21
python-version: "3.11"
22
23
- name: Install release gate
24
- run: python -m pip install --upgrade "setuptools>=83" build twine pip-audit ".[test]"
+ run: python -m pip install --upgrade "pip>=26.1.2" "setuptools>=83" build twine pip-audit ".[test]"
25
26
- name: Require tag and package version to match
27
if: github.event_name == 'push'
0 commit comments