Skip to content

Commit 03107c2

Browse files
committed
format readme
1 parent 6103d49 commit 03107c2

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

README.md

+9-8
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
# python
2+
23
Helper actions for Python projects
34

4-
| Name | Action Reference | Description |
5-
|:-----|:-----------------|:------------|
6-
| [setup](./setup) | actions-ext/python/setup | Setup Python with `pip` caching and `uv` |
7-
| [setup-cibuildwheel](./setup-cibuildwheel) | actions-ext/python/setup-cibuildwheel | Setup [`cibuildwheel`](https://cibuildwheel.readthedocs.io/en/stable/) and caching |
8-
| [setup-cibuildwheel-cache](./setup-cibuildwheel-cache) | actions-ext/python/setup-cibuildwheel-cache | Setup [`cibuildwheel`](https://cibuildwheel.readthedocs.io/en/stable/) caching |
9-
| [run-cibuildwheel](./run-cibuildwheel) | actions-ext/python/run-cibuildwheel | Run [`cibuildwheel`](https://cibuildwheel.readthedocs.io/en/stable/) |
10-
| [upload-dist](./upload-dist) | actions-ext/python/upload-dist | Upload a python sdist or wheel |
11-
| [download-dist](./download-dist) | actions-ext/python/download-dist | Download and install a python sdist or wheel |
5+
| Name | Action Reference | Description |
6+
| :----------------------------------------------------- | :-------------------------------------------- | :--------------------------------------------------------------------------------- |
7+
| [setup](./setup) | `actions-ext/python/setup` | Setup Python with `pip` caching and `uv` |
8+
| [setup-cibuildwheel](./setup-cibuildwheel) | `actions-ext/python/setup-cibuildwheel` | Setup [`cibuildwheel`](https://cibuildwheel.readthedocs.io/en/stable/) and caching |
9+
| [setup-cibuildwheel-cache](./setup-cibuildwheel-cache) | `actions-ext/python/setup-cibuildwheel-cache` | Setup [`cibuildwheel`](https://cibuildwheel.readthedocs.io/en/stable/) caching |
10+
| [run-cibuildwheel](./run-cibuildwheel) | `actions-ext/python/run-cibuildwheel` | Run [`cibuildwheel`](https://cibuildwheel.readthedocs.io/en/stable/) |
11+
| [upload-dist](./upload-dist) | `actions-ext/python/upload-dist` | Upload a python sdist or wheel |
12+
| [download-dist](./download-dist) | `actions-ext/python/download-dist` | Download and install a python sdist or wheel |

0 commit comments

Comments
 (0)