File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 7
7
- master
8
8
- maint/*
9
9
tags :
10
- - ' * '
10
+ - " * "
11
11
pull_request :
12
12
branches :
13
13
- main
14
14
- master
15
15
- maint/*
16
16
schedule :
17
17
# 8am EST / 9am EDT Mondays
18
- - cron : ' 0 13 * * 1'
18
+ - cron : " 0 13 * * 1"
19
19
workflow_dispatch :
20
20
21
21
defaults :
@@ -60,10 +60,10 @@ jobs:
60
60
runs-on : ${{ matrix.os }}
61
61
strategy :
62
62
matrix :
63
- os : [' ubuntu-latest' ]
64
- python-version : [' 3.10', ' 3.11', ' 3.12', ' 3.13' ]
63
+ os : [" ubuntu-latest" ]
64
+ python-version : [" 3.10", " 3.11", " 3.12", " 3.13" ]
65
65
dependencies : [latest] # , pre]
66
- architecture : [' x64' ]
66
+ architecture : [" x64" ]
67
67
include :
68
68
# Test minimum dependencies on oldest supported Python
69
69
- os : ubuntu-latest
@@ -124,8 +124,8 @@ jobs:
124
124
needs : [build]
125
125
strategy :
126
126
matrix :
127
- os : [' ubuntu-latest' ]
128
- python-version : [' 3.12' ]
127
+ os : [" ubuntu-latest" ]
128
+ python-version : [" 3.12" ]
129
129
130
130
env :
131
131
DEPENDS : ${{ matrix.dependencies }}
@@ -195,11 +195,11 @@ jobs:
195
195
uses : pypa/gh-action-pypi-publish@release/v1
196
196
197
197
checks :
198
- runs-on : ' ubuntu-latest'
198
+ runs-on : " ubuntu-latest"
199
199
continue-on-error : true
200
200
strategy :
201
201
matrix :
202
- check : [' style', ' spellcheck' ]
202
+ check : [" style", " spellcheck" ]
203
203
204
204
steps :
205
205
- uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments