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 25
25
release_metadata :
26
26
name : Prepare release metadata
27
27
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
33
28
outputs :
34
29
version_number : ${{ steps.release_metadata.outputs.version_number }}
35
30
tag_name : ${{ steps.release_metadata.outputs.tag_name }}
42
37
with :
43
38
release_type : ${{ inputs.release_type }}
44
39
custom_version : ${{ inputs.custom_version }}
40
+ existing_changelog_path : CHANGELOG.md
45
41
46
42
lint_check :
47
43
name : Lint check
102
98
package_name : apify
103
99
is_prerelease : " "
104
100
version_number : ${{ needs.release_metadata.outputs.version_number }}
105
- ref : ${{ needs.update_changelog.changelog_commitish }}
101
+ ref : ${{ needs.update_changelog.outputs. changelog_commitish }}
106
102
# Publishes the package to PyPI using PyPA official GitHub action with OIDC authentication.
107
103
- name : Publish package to PyPI
108
104
uses : pypa/gh-action-pypi-publish@release/v1
You can’t perform that action at this time.
0 commit comments