Skip to content

Commit 32d169f

Browse files
committed
chore(gitaction)
1 parent 5170e42 commit 32d169f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/package-publish.yml renamed to .github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99
jobs:
1010
publish:
1111
runs-on: ubuntu-latest
12+
1213
strategy:
1314
matrix:
1415
python-version: ["3.8", "3.9", "3.10"]

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Meow Package publishing action
1+
name: Meow Package Testing action
22

33
on:
44
push:

0 commit comments

Comments
 (0)