-
-
Notifications
You must be signed in to change notification settings - Fork 147
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Also disable 'attest-build-provenance-github': seems to be broken at the moment: ``` Run actions/attest-build-provenance@v1 Run actions/attest-build-provenance@f1185f1 Error: Failed to get ID token: Error message: Unable to get ACTIONS_ID_TOKEN_REQUEST_URL env variable ``` --------- Co-authored-by: Bruno Oliveira <[email protected]>
- Loading branch information
1 parent
3e4d949
commit 51bebd3
Showing
3 changed files
with
5 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,7 +25,8 @@ jobs: | |
- name: Build and Check Package | ||
uses: hynek/[email protected] | ||
with: | ||
attest-build-provenance-github: 'true' | ||
# Disabling because this is failing currently, see #466. | ||
attest-build-provenance-github: 'false' | ||
|
||
test: | ||
|
||
|
@@ -36,7 +37,7 @@ jobs: | |
strategy: | ||
fail-fast: false | ||
matrix: | ||
python: ["3.8", "3.9", "3.10", "3.11", "3.12"] | ||
python: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"] | ||
os: [ubuntu-latest, windows-latest] | ||
tox_env: ["py"] | ||
include: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters