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 d340301 commit f3af108Copy full SHA for f3af108
.github/workflows/ci.yaml
@@ -62,6 +62,7 @@ jobs:
62
- name: Install dependencies
63
run: |
64
python -m pip install --upgrade pip
65
+ pip install setuptools==68.0.0
66
pip install -r requirements.txt
67
pip install -r requirements-dev.txt
68
requirements-dev.txt
@@ -1,4 +1,4 @@
1
ruff==0.1.7
2
pytest==7.4.3
3
-twine==5.1.1
+twine==4.0.2
4
wheel==0.45.1
0 commit comments