File tree Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Original file line number Diff line number Diff line change 73
73
# Publishes the package to PyPI using PyPA official GitHub action with OIDC authentication.
74
74
- name : Publish package to PyPI
75
75
uses : pypa/gh-action-pypi-publish@release/v1
76
-
77
- trigger_docker_build :
78
- name : Trigger Docker image build
79
- needs : [release_metadata, update_changelog]
80
- runs-on : ubuntu-latest
81
- steps :
82
- - # Trigger building the Python Docker images in apify/apify-actor-docker repo
83
- name : Trigger Docker image build
84
- run : |
85
- gh api -X POST "/repos/apify/apify-actor-docker/dispatches" \
86
- -F event_type=build-python-images \
87
- -F client_payload[release_tag]=beta \
88
- -F client_payload[apify_version]=${{ needs.release_metadata.outputs.version_number }}
89
- env :
90
- GH_TOKEN : ${{ secrets.APIFY_SERVICE_ACCOUNT_GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments