File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ The following example yaml code will download and install a `cp311` wheel for `m
77
88``` yaml
99- name : Download wheels
10- uses : actions-ext/python/download-dist@483e9bc27293f10c0c798fa01ff9bc0518c71b02
10+ uses : actions-ext/python/download-dist@3327753a563b380e4efc5cb91a548301e68c2e64
1111 with :
1212 version : ' 3.11'
1313 kind : ' wheel'
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ The following example yaml code will build a `cp311` wheel for `manylinux-x86_64
77
88``` yaml
99- name : Run cibuildwheel
10- uses : actions-ext/python/run-cibuildwheel@483e9bc27293f10c0c798fa01ff9bc0518c71b02
10+ uses : actions-ext/python/run-cibuildwheel@3327753a563b380e4efc5cb91a548301e68c2e64
1111 with :
1212 version : ' 3.11'
1313 kind : ' cp'
Original file line number Diff line number Diff line change @@ -7,5 +7,5 @@ The following example yaml code will setup cibuildwheel caching.
77
88``` yaml
99- name : Setup cibuildwheel caching
10- uses : actions-ext/python/setup-cibuildwheel-cache@483e9bc27293f10c0c798fa01ff9bc0518c71b02
10+ uses : actions-ext/python/setup-cibuildwheel-cache@3327753a563b380e4efc5cb91a548301e68c2e64
1111` ` `
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ The following example yaml code will install cibuildwheel and configure caching.
77
88``` yaml
99- name : Setup cibuildwheel
10- uses : actions-ext/python/setup-cibuildwheel@483e9bc27293f10c0c798fa01ff9bc0518c71b02
10+ uses : actions-ext/python/setup-cibuildwheel@3327753a563b380e4efc5cb91a548301e68c2e64
1111 with :
1212 version : ' 3.11'
1313` ` `
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ The following example yaml code will setup Python 3.11 environment with pip cach
77
88``` yaml
99- name : Setup Python
10- uses : actions-ext/python/setup@483e9bc27293f10c0c798fa01ff9bc0518c71b02
10+ uses : actions-ext/python/setup@3327753a563b380e4efc5cb91a548301e68c2e64
1111 with :
1212 version : ' 3.11'
1313` ` `
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ The following example yaml code will upload `dist/*.tar.gz` as an asset called `
77
88``` yaml
99- name : Upload sdist
10- uses : actions-ext/python/upload-dist@483e9bc27293f10c0c798fa01ff9bc0518c71b02
10+ uses : actions-ext/python/upload-dist@3327753a563b380e4efc5cb91a548301e68c2e64
1111 with :
1212 kind : ' sdist'
1313` ` `
@@ -16,7 +16,7 @@ The following example yaml code will upload `dist/*.whl` as an asset called `whe
1616
1717` ` ` yaml
1818- name: Upload wheel
19- uses: actions-ext/python/upload-dist@483e9bc27293f10c0c798fa01ff9bc0518c71b02
19+ uses: actions-ext/python/upload-dist@3327753a563b380e4efc5cb91a548301e68c2e64
2020 with:
2121 kind: 'wheel'
2222` ` `
You can’t perform that action at this time.
0 commit comments