Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/pre_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
echo "::error title=Wrong branch or repository::Pre-releases must run from main in an apify/ repository. ref=${{ github.ref }} repo=${{ github.repository }}"
exit 1

- uses: apify/actions/git-cliff-release@v1.1.2
- uses: apify/actions/git-cliff-release@v1.2.0
id: release_metadata
name: Prepare release metadata
with:
Expand Down Expand Up @@ -85,7 +85,7 @@ jobs:
url: https://pypi.org/project/strands-apify
steps:
- name: Prepare distribution
uses: apify/actions/prepare-pypi-distribution@v1.1.2
uses: apify/actions/prepare-pypi-distribution@v1.2.0
with:
# is_prerelease="yes" makes prepare-pypi-distribution compute the next beta
# number from PyPI and build X.Y.Zb<N>. Build from the post-bump commit so the
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
echo "::error title=Missing custom_version::release_type is 'custom' but custom_version is empty. Provide a custom version (e.g. 0.1.0) and re-run the workflow."
exit 1

- uses: apify/actions/git-cliff-release@v1.1.2
- uses: apify/actions/git-cliff-release@v1.2.0
name: Prepare release metadata
id: release_metadata
with:
Expand Down Expand Up @@ -123,7 +123,7 @@ jobs:
url: https://pypi.org/project/strands-apify
steps:
- name: Prepare distribution
uses: apify/actions/prepare-pypi-distribution@v1.1.2
uses: apify/actions/prepare-pypi-distribution@v1.2.0
with:
# Build from the exact post-bump commit so the wheel's version metadata
# matches the tag created by create_github_release.
Expand Down
Loading