|
55 | 55 | with: |
56 | 56 | python-versions: '["3.10", "3.11", "3.12", "3.13", "3.14"]' |
57 | 57 |
|
58 | | - unit_tests: |
59 | | - name: Unit tests |
60 | | - uses: apify/workflows/.github/workflows/python_unit_tests.yaml@main |
61 | | - with: |
62 | | - python-versions: '["3.10", "3.11", "3.12", "3.13", "3.14"]' |
63 | | - |
64 | 58 | update_changelog: |
65 | 59 | name: Update changelog |
66 | | - needs: [release_metadata, lint_check, type_check, unit_tests] |
| 60 | + needs: [release_metadata, lint_check, type_check] |
67 | 61 | uses: apify/workflows/.github/workflows/python_bump_and_update_changelog.yaml@main |
68 | 62 | with: |
69 | 63 | version_number: ${{ needs.release_metadata.outputs.version_number }} |
@@ -113,12 +107,12 @@ jobs: |
113 | 107 | needs: [release_metadata, update_changelog] |
114 | 108 | runs-on: ubuntu-latest |
115 | 109 | steps: |
116 | | - - # Trigger building the Python Docker images in apify/apify-actor-docker repo |
117 | | - name: Trigger Docker image build |
| 110 | + # Trigger building the Python Docker images in apify/apify-actor-docker repo |
| 111 | + - name: Trigger Docker image build |
118 | 112 | run: | |
119 | 113 | gh api -X POST "/repos/apify/apify-actor-docker/dispatches" \ |
120 | 114 | -F event_type=build-python-images \ |
121 | | - -F client_payload[release_tag]=latest \ |
122 | | - -F client_payload[apify_version]=${{ needs.release_metadata.outputs.version_number }} |
| 115 | + -F 'client_payload[release_tag]=latest' \ |
| 116 | + -F 'client_payload[apify_version]=${{ needs.release_metadata.outputs.version_number }}' |
123 | 117 | env: |
124 | 118 | GH_TOKEN: ${{ secrets.APIFY_SERVICE_ACCOUNT_GITHUB_TOKEN }} |
0 commit comments