Skip to content

Commit 83b006e

Browse files
vdusekclaude
andcommitted
ci: pass new required inputs to python-package-check action
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 458cfa4 commit 83b006e

3 files changed

Lines changed: 9 additions & 0 deletions

File tree

.github/workflows/_check_package.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,6 @@ jobs:
2727
uses: apify/workflows/python-package-check@main
2828
with:
2929
package_name: apify_shared
30+
src_package_dir: src/apify_shared
31+
dist_dir: dist
32+
python_version: "3.14"

.github/workflows/manual_release_beta.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,9 @@ jobs:
6464
uses: apify/workflows/python-package-check@main
6565
with:
6666
package_name: apify_shared
67+
src_package_dir: src/apify_shared
68+
dist_dir: dist
69+
python_version: "3.14"
6770

6871
# Publish the package to PyPI using PyPA official GitHub action with OIDC authentication.
6972
- name: Publish package to PyPI

.github/workflows/manual_release_stable.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,9 @@ jobs:
9999
uses: apify/workflows/python-package-check@main
100100
with:
101101
package_name: apify_shared
102+
src_package_dir: src/apify_shared
103+
dist_dir: dist
104+
python_version: "3.14"
102105

103106
# Publishes the package to PyPI using PyPA official GitHub action with OIDC authentication.
104107
- name: Publish package to PyPI

0 commit comments

Comments
 (0)