Skip to content

Commit 8153e40

Browse files
committed
[tests] Add tests
1 parent 7548357 commit 8153e40

11 files changed

+165
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: macos-13/3.10
2+
on:
3+
push:
4+
branches:
5+
- main
6+
pull_request:
7+
branches:
8+
- main
9+
jobs:
10+
package:
11+
uses: ./.github/workflows/test_package_macos-13.yaml
12+
with:
13+
python-version: "3.10"
14+
secrets:
15+
TEST_PYPI_API_TOKEN: ${{ secrets.TEST_PYPI_API_TOKEN }}
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: macos-13/3.11
2+
on:
3+
push:
4+
branches:
5+
- main
6+
pull_request:
7+
branches:
8+
- main
9+
jobs:
10+
package:
11+
uses: ./.github/workflows/test_package_macos-13.yaml
12+
with:
13+
python-version: "3.11"
14+
secrets:
15+
TEST_PYPI_API_TOKEN: ${{ secrets.TEST_PYPI_API_TOKEN }}
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: macos-13/3.12
2+
on:
3+
push:
4+
branches:
5+
- main
6+
pull_request:
7+
branches:
8+
- main
9+
jobs:
10+
package:
11+
uses: ./.github/workflows/test_package_macos-13.yaml
12+
with:
13+
python-version: "3.12"
14+
secrets:
15+
TEST_PYPI_API_TOKEN: ${{ secrets.TEST_PYPI_API_TOKEN }}
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: macos-13/3.9
2+
on:
3+
push:
4+
branches:
5+
- main
6+
pull_request:
7+
branches:
8+
- main
9+
jobs:
10+
package:
11+
uses: ./.github/workflows/test_package_macos-13.yaml
12+
with:
13+
python-version: "3.9"
14+
secrets:
15+
TEST_PYPI_API_TOKEN: ${{ secrets.TEST_PYPI_API_TOKEN }}
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: ubuntu-latest/3.10
2+
on:
3+
push:
4+
branches:
5+
- main
6+
pull_request:
7+
branches:
8+
- main
9+
jobs:
10+
package:
11+
uses: ./.github/workflows/test_package_ubuntu-latest.yaml
12+
with:
13+
python-version: "3.10"
14+
secrets:
15+
TEST_PYPI_API_TOKEN: ${{ secrets.TEST_PYPI_API_TOKEN }}
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: ubuntu-latest/3.11
2+
on:
3+
push:
4+
branches:
5+
- main
6+
pull_request:
7+
branches:
8+
- main
9+
jobs:
10+
package:
11+
uses: ./.github/workflows/test_package_ubuntu-latest.yaml
12+
with:
13+
python-version: "3.11"
14+
secrets:
15+
TEST_PYPI_API_TOKEN: ${{ secrets.TEST_PYPI_API_TOKEN }}
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: ubuntu-latest/3.12
2+
on:
3+
push:
4+
branches:
5+
- main
6+
pull_request:
7+
branches:
8+
- main
9+
jobs:
10+
package:
11+
uses: ./.github/workflows/test_package_ubuntu-latest.yaml
12+
with:
13+
python-version: "3.12"
14+
secrets:
15+
TEST_PYPI_API_TOKEN: ${{ secrets.TEST_PYPI_API_TOKEN }}
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: ubuntu-latest/3.9
2+
on:
3+
push:
4+
branches:
5+
- main
6+
pull_request:
7+
branches:
8+
- main
9+
jobs:
10+
package:
11+
uses: ./.github/workflows/test_package_ubuntu-latest.yaml
12+
with:
13+
python-version: "3.9"
14+
secrets:
15+
TEST_PYPI_API_TOKEN: ${{ secrets.TEST_PYPI_API_TOKEN }}
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: windows-latest/3.11
2+
on:
3+
push:
4+
branches:
5+
- main
6+
pull_request:
7+
branches:
8+
- main
9+
jobs:
10+
package:
11+
uses: ./.github/workflows/test_package_windows-latest.yaml
12+
with:
13+
python-version: "3.11"
14+
secrets:
15+
TEST_PYPI_API_TOKEN: ${{ secrets.TEST_PYPI_API_TOKEN }}
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: windows-latest/3.12
2+
on:
3+
push:
4+
branches:
5+
- main
6+
pull_request:
7+
branches:
8+
- main
9+
jobs:
10+
package:
11+
uses: ./.github/workflows/test_package_windows-latest.yaml
12+
with:
13+
python-version: "3.12"
14+
secrets:
15+
TEST_PYPI_API_TOKEN: ${{ secrets.TEST_PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)