Skip to content

Commit a7ac046

Browse files
vdusekclaude
andcommitted
ci: point package check at apify/actions feature branch
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 7eaa6a0 commit a7ac046

3 files changed

Lines changed: 3 additions & 6 deletions

File tree

.github/workflows/_check_package.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,9 @@ jobs:
2727
run: uv run poe build
2828

2929
- name: Verify built package
30-
uses: apify/workflows/python-package-check@main
30+
uses: apify/actions/python-package-check@feat/python-package-check-action
3131
with:
3232
package_name: apify_shared
33-
src_package_dir: src/apify_shared
3433
dist_dir: dist
3534
python_version: "3.14"
3635
smoke_code: |

.github/workflows/manual_release_beta.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,9 @@ jobs:
6161
ref: ${{ needs.changelog_update.outputs.changelog_commitish }}
6262

6363
- name: Verify built package
64-
uses: apify/workflows/python-package-check@main
64+
uses: apify/actions/python-package-check@feat/python-package-check-action
6565
with:
6666
package_name: apify_shared
67-
src_package_dir: src/apify_shared
6867
dist_dir: dist
6968
python_version: "3.14"
7069
smoke_code: |

.github/workflows/manual_release_stable.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,10 +96,9 @@ jobs:
9696
ref: ${{ needs.changelog_update.outputs.changelog_commitish }}
9797

9898
- name: Verify built package
99-
uses: apify/workflows/python-package-check@main
99+
uses: apify/actions/python-package-check@feat/python-package-check-action
100100
with:
101101
package_name: apify_shared
102-
src_package_dir: src/apify_shared
103102
dist_dir: dist
104103
python_version: "3.14"
105104
smoke_code: |

0 commit comments

Comments
 (0)