Skip to content

Commit 4439fbd

Browse files
committed
rename gh action files
1 parent 6dcacb2 commit 4439fbd

5 files changed

Lines changed: 7 additions & 8 deletions

File tree

.github/workflows/pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: pypi
1+
name: pypi upload
22

33
on:
44
create:
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Planemo
1+
name: tests_planemo
22
on: [push, pull_request, workflow_dispatch]
33

44
env:
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Test
1+
name: tests_pytest
22
on: [push, pull_request, workflow_dispatch]
33

44
defaults:
@@ -41,7 +41,7 @@ jobs:
4141
runs-on: ubuntu-latest
4242
strategy:
4343
matrix:
44-
python-version: ['3.9','3.10', '3.11', '3.12']
44+
python-version: ['3.9','3.10', '3.11', '3.12', '3.13']
4545
steps:
4646
- uses: actions/checkout@v4
4747
- uses: actions/setup-python@v5
@@ -73,7 +73,7 @@ jobs:
7373
runs-on: macOS-latest
7474
strategy:
7575
matrix:
76-
python-version: ['3.9','3.10', '3.11', '3.12']
76+
python-version: ['3.9','3.10', '3.11', '3.12', '3.13']
7777
steps:
7878
- uses: actions/checkout@v4
7979
- uses: actions/setup-python@v5
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Cargo
1+
name: tests_rust
22
on: [push, pull_request, workflow_dispatch]
33

44
jobs:
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
1-
name: Wheels
1+
name: build wheels
22
# maturin generate-ci github > .github/workflows/maturin.yml
33
# Also, see: https://github.com/jackh726/bigtools/blob/master/.github/workflows/release-python.yml
44

55
on:
66
push:
77
pull_request:
8-
workflow_dispatch:
98

109
permissions:
1110
contents: read

0 commit comments

Comments
 (0)