Skip to content

Commit a926cab

Browse files
committed
↑ build system
1 parent 3dfd3a5 commit a926cab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
python-version: "3.10"
1919
- name: Install dependencies
2020
run: |
21-
python -m pip install --upgrade "build>=1.2.1" "twine>=5.1.1"
21+
python -m pip install --upgrade "build>=1.3.0" "twine>=6.1.0"
2222
- name: Build package
2323
run: |
2424
python -m build .

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["setuptools >= 72.2.0", "wheel >= 0.44.0"]
2+
requires = ["setuptools >= 80.9.0", "wheel >= 0.45.1"]
33
build-backend = "setuptools.build_meta"
44

55

0 commit comments

Comments
 (0)