Skip to content

Commit 0a3bd3f

Browse files
authored
ci: Update Python versions in release pipelines (#496)
1 parent 8ca0ee5 commit 0a3bd3f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pre_release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
uses: apify/workflows/.github/workflows/python_integration_tests.yaml@main
5252
secrets: inherit
5353
with:
54-
python-version: '["3.9", "3.13"]'
54+
python-versions: '["3.9", "3.13"]'
5555

5656
update_changelog:
5757
name: Update changelog

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
uses: apify/workflows/.github/workflows/python_integration_tests.yaml@main
6363
secrets: inherit
6464
with:
65-
python-version: '["3.9", "3.13"]'
65+
python-versions: '["3.9", "3.13"]'
6666

6767
update_changelog:
6868
name: Update changelog

0 commit comments

Comments
 (0)