File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change 2525 release_metadata :
2626 name : Prepare release metadata
2727 runs-on : ubuntu-latest
28- uses : apify/workflows/.github/workflows/python_bump_and_update_changelog.yaml@main
29- with :
30- version_number : ${{ needs.release_metadata.outputs.version_number }}
31- changelog : ${{ needs.release_metadata.outputs.changelog }}
32- existing_changelog_path : CHANGELOG.md
3328 outputs :
3429 version_number : ${{ steps.release_metadata.outputs.version_number }}
3530 tag_name : ${{ steps.release_metadata.outputs.tag_name }}
4237 with :
4338 release_type : ${{ inputs.release_type }}
4439 custom_version : ${{ inputs.custom_version }}
40+ existing_changelog_path : CHANGELOG.md
4541
4642 lint_check :
4743 name : Lint check
10298 package_name : apify
10399 is_prerelease : " "
104100 version_number : ${{ needs.release_metadata.outputs.version_number }}
105- ref : ${{ needs.update_changelog.changelog_commitish }}
101+ ref : ${{ needs.update_changelog.outputs. changelog_commitish }}
106102 # Publishes the package to PyPI using PyPA official GitHub action with OIDC authentication.
107103 - name : Publish package to PyPI
108104 uses : pypa/gh-action-pypi-publish@release/v1
You can’t perform that action at this time.
0 commit comments