File tree Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 24
24
tag_name : ${{ steps.release_metadata.outputs.tag_name }}
25
25
changelog : ${{ steps.release_metadata.outputs.changelog }}
26
26
steps :
27
- - uses : apify/workflows/git-cliff-release@main
27
+ - uses : apify/workflows/git-cliff-release@switch-to-uv
28
28
id : release_metadata
29
29
name : Prepare release metadata
30
30
with :
47
47
update_changelog :
48
48
name : Update changelog
49
49
needs : [release_metadata, wait_for_checks]
50
- uses : apify/workflows/.github/workflows/python_bump_and_update_changelog.yaml@main
50
+ uses : apify/workflows/.github/workflows/python_bump_and_update_changelog.yaml@switch-to-uv
51
51
with :
52
52
version_number : ${{ needs.release_metadata.outputs.version_number }}
53
53
changelog : ${{ needs.release_metadata.outputs.changelog }}
74
74
url : https://pypi.org/project/crawlee
75
75
steps :
76
76
- name : Prepare distribution
77
- uses : apify/workflows/prepare-pypi-distribution@main
77
+ uses : apify/workflows/prepare-pypi-distribution@switch-to-uv
78
78
with :
79
79
package_name : crawlee
80
80
is_prerelease : " yes"
Original file line number Diff line number Diff line change 35
35
changelog : ${{ steps.release_metadata.outputs.changelog }}
36
36
release_notes : ${{ steps.release_metadata.outputs.release_notes }}
37
37
steps :
38
- - uses : apify/workflows/git-cliff-release@main
38
+ - uses : apify/workflows/git-cliff-release@switch-to-uv
39
39
name : Prepare release metadata
40
40
id : release_metadata
41
41
with :
72
72
update_changelog :
73
73
name : Update changelog
74
74
needs : [release_metadata, wait_for_checks]
75
- uses : apify/workflows/.github/workflows/python_bump_and_update_changelog.yaml@main
75
+ uses : apify/workflows/.github/workflows/python_bump_and_update_changelog.yaml@switch-to-uv
76
76
with :
77
77
version_number : ${{ needs.release_metadata.outputs.version_number }}
78
78
changelog : ${{ needs.release_metadata.outputs.changelog }}
@@ -113,7 +113,7 @@ jobs:
113
113
url : https://pypi.org/project/crawlee
114
114
steps :
115
115
- name : Prepare distribution
116
- uses : apify/workflows/prepare-pypi-distribution@main
116
+ uses : apify/workflows/prepare-pypi-distribution@switch-to-uv
117
117
with :
118
118
package_name : crawlee
119
119
is_prerelease : " "
Original file line number Diff line number Diff line change 19
19
jobs :
20
20
lint_check :
21
21
name : Lint check
22
- uses : apify/workflows/.github/workflows/python_lint_check.yaml@main
22
+ uses : apify/workflows/.github/workflows/python_lint_check.yaml@switch-to-uv
23
23
24
24
type_check :
25
25
name : Type check
26
- uses : apify/workflows/.github/workflows/python_type_check.yaml@main
26
+ uses : apify/workflows/.github/workflows/python_type_check.yaml@switch-to-uv
27
27
28
28
unit_tests :
29
29
name : Unit tests
30
- uses : apify/workflows/.github/workflows/python_unit_tests.yaml@main
30
+ uses : apify/workflows/.github/workflows/python_unit_tests.yaml@switch-to-uv
31
31
secrets :
32
32
httpbin_url : ${{ secrets.APIFY_HTTPBIN_TOKEN && format('https://httpbin.apify.actor?token={0}', secrets.APIFY_HTTPBIN_TOKEN) || 'https://httpbin.org'}}
33
33
34
34
docs_check :
35
35
name : Docs check
36
- uses : apify/workflows/.github/workflows/python_docs_check.yaml@main
36
+ uses : apify/workflows/.github/workflows/python_docs_check.yaml@switch-to-uv
You can’t perform that action at this time.
0 commit comments