Skip to content

Commit 067e195

Browse files
committed
.
1 parent 3327753 commit 067e195

6 files changed

Lines changed: 7 additions & 7 deletions

File tree

download-dist/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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'

run-cibuildwheel/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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'

setup-cibuildwheel-cache/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
```

setup-cibuildwheel/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
```

setup/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
```

upload-dist/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
```

0 commit comments

Comments
 (0)