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 a993255 commit 853ce7bCopy full SHA for 853ce7b
2 files changed
.github/workflows/ci.yml
@@ -148,7 +148,7 @@ jobs:
148
run: briefcase package ${{ matrix.briefcase-target }} --update --adhoc-sign
149
150
- name: Upload Logs
151
- uses: actions/upload-artifact@v7.0.0
+ uses: actions/upload-artifact@v7.0.1
152
if: failure()
153
with:
154
name: build-failure-logs-${{ matrix.backend }}-${{ matrix.python-version }}
pth-tester/pyproject.toml
@@ -1,5 +1,5 @@
1
[build-system]
2
-requires = ["setuptools==78.1.1", "wheel"]
+requires = ["setuptools==82.0.1", "wheel"]
3
build-backend = "setuptools.build_meta"
4
5
[project]
0 commit comments