-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e851a58
commit fa4f3ae
Showing
7 changed files
with
30 additions
and
32 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
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
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 |
---|---|---|
|
@@ -44,7 +44,7 @@ jobs: | |
- name: Set up Python | ||
uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0 | ||
with: | ||
python-version: '3.12' | ||
python-version: '3.13' | ||
|
||
- name: Set up Commitizen | ||
run: | | ||
|
@@ -111,7 +111,7 @@ jobs: | |
- name: Download artifact | ||
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8 | ||
with: | ||
name: artifact-ubuntu-latest-python-3.12 | ||
name: artifact-ubuntu-latest-python-3.13 | ||
path: dist | ||
|
||
# Verify hashes by first computing hashes for the artifacts and then comparing them | ||
|
@@ -128,7 +128,7 @@ jobs: | |
- name: Set up Python | ||
uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0 | ||
with: | ||
python-version: '3.12' | ||
python-version: '3.13' | ||
|
||
- name: Set up Commitizen | ||
run: | | ||
|
@@ -250,7 +250,7 @@ jobs: | |
# Github disallows passing environment variables as arguments to a reusable | ||
# workflow, so we have to duplicate these values here. Related discussion | ||
# here: https://github.com/actions/toolkit/issues/931 | ||
artifact-name: artifact-ubuntu-latest-python-3.12 | ||
artifact-name: artifact-ubuntu-latest-python-3.13 | ||
git-user-name: jenstroeger | ||
git-user-email: [email protected] | ||
secrets: | ||
|
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
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