Skip to content

Commit 28a2e73

Browse files
committed
2 parents d9d43e1 + 80c5951 commit 28a2e73

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
4646
- name: Upload coverage to Codecov
4747
if: matrix.os == 'ubuntu-latest' && matrix.python-version == '3.13'
48-
uses: codecov/codecov-action@v4
48+
uses: codecov/codecov-action@v5
4949
with:
5050
file: ./coverage.xml
5151
flags: unittests

.github/workflows/pypi-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
path: dist/
7777

7878
- name: Sign the dists with Sigstore
79-
uses: sigstore/[email protected].0
79+
uses: sigstore/[email protected].1
8080
with:
8181
inputs: >-
8282
./dist/*.tar.gz

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>=61.0,<70.0", "wheel"]
2+
requires = ["setuptools>=61.0,<81.0", "wheel"]
33
build-backend = "setuptools.build_meta"
44

55
[project]

0 commit comments

Comments
 (0)