File tree 1 file changed +9
-8
lines changed
1 file changed +9
-8
lines changed Original file line number Diff line number Diff line change 1
1
# python
2
+
2
3
Helper actions for Python projects
3
4
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 |
You can’t perform that action at this time.
0 commit comments