We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3dfd3a5 commit a926cabCopy full SHA for a926cab
.github/workflows/release.yml
@@ -18,7 +18,7 @@ jobs:
18
python-version: "3.10"
19
- name: Install dependencies
20
run: |
21
- python -m pip install --upgrade "build>=1.2.1" "twine>=5.1.1"
+ python -m pip install --upgrade "build>=1.3.0" "twine>=6.1.0"
22
- name: Build package
23
24
python -m build .
pyproject.toml
@@ -1,5 +1,5 @@
1
[build-system]
2
-requires = ["setuptools >= 72.2.0", "wheel >= 0.44.0"]
+requires = ["setuptools >= 80.9.0", "wheel >= 0.45.1"]
3
build-backend = "setuptools.build_meta"
4
5
0 commit comments