File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11name : Publish Docs
22
33on :
4- push :
5- tags :
6- - " v* "
4+ release :
5+ types : [published]
6+ workflow_call :
77
88permissions :
99 contents : write
@@ -15,14 +15,13 @@ jobs:
1515 deploy :
1616 runs-on : ubuntu-latest
1717 needs : test
18-
1918 steps :
2019 - uses : actions/checkout@v4
2120
2221 - uses : actions/setup-python@v5
2322 with :
2423 python-version : " 3.11"
25-
24+
2625 - name : Install uv
2726 uses : astral-sh/setup-uv@v3
2827
Original file line number Diff line number Diff line change 11name : Publish to PyPI
22
33on :
4- push :
5- tags :
6- - " v*"
4+ release :
5+ types : [published]
76
87permissions :
98 contents : read
@@ -12,11 +11,12 @@ permissions:
1211jobs :
1312 test :
1413 uses : ./.github/workflows/test.yml
15-
14+
1615 docs :
1716 uses : ./.github/workflows/docs.yml
1817
1918 build-wheels :
19+ name : Build wheels (${{ matrix.os }})
2020 runs-on : ${{ matrix.os }}
2121 needs :
2222 - test
2626 matrix :
2727 os : [ubuntu-latest, macos-latest, windows-latest]
2828 python-version : ["3.11"]
29+
2930 steps :
3031 - name : Checkout
3132 uses : actions/checkout@v4
Original file line number Diff line number Diff line change @@ -2,8 +2,6 @@ name: Test Rust Acceleration
22
33on :
44 workflow_call :
5- workflow_dispatch :
6- pull_request :
75 push :
86 branches : [main]
97
Original file line number Diff line number Diff line change 11name : Run Tests
22
33on :
4- release :
5- types : [published]
4+ workflow_call :
5+
66 push :
7- branches :
8- - main
7+ branches : [main]
98 paths-ignore :
109 - ' **.md'
1110
You can’t perform that action at this time.
0 commit comments