@@ -62,7 +62,7 @@ GitHub action for using a matrix strategy to distribute the build for
62
62
``` yml
63
63
jobs :
64
64
main :
65
- uses :
coatl-dev/workflows/.github/workflows/[email protected] .6
65
+ uses :
coatl-dev/workflows/.github/workflows/[email protected] .7
66
66
with :
67
67
registry-image : user/app
68
68
metadata-tags : |
120
120
121
121
jobs:
122
122
pip-compile-upgrade:
123
- uses: coatl-dev/workflows/.github/workflows/[email protected] .6
123
+ uses: coatl-dev/workflows/.github/workflows/[email protected] .7
124
124
with:
125
125
path: requirements.txt
126
126
secrets:
171
171
172
172
jobs:
173
173
pre-commit-autoupdate:
174
- uses: coatl-dev/workflows/.github/workflows/[email protected] .6
174
+ uses: coatl-dev/workflows/.github/workflows/[email protected] .7
175
175
with:
176
176
skip-repos: 'flake8'
177
177
secrets:
@@ -196,7 +196,7 @@ to install Python and invoke [`pre-commit`].
196
196
` ` ` yaml
197
197
jobs:
198
198
main:
199
- uses: coatl-dev/workflows/.github/workflows/[email protected] .6
199
+ uses: coatl-dev/workflows/.github/workflows/[email protected] .7
200
200
with:
201
201
skip-hooks: 'pylint'
202
202
` ` `
@@ -210,7 +210,7 @@ This workflow will install Python and invoke `pylint` to analyze your code.
210
210
` ` ` yaml
211
211
jobs:
212
212
main:
213
- uses: coatl-dev/workflows/.github/workflows/[email protected] .6
213
+ uses: coatl-dev/workflows/.github/workflows/[email protected] .7
214
214
` ` `
215
215
216
216
# ## .github/workflows/pypi-upload.yml
@@ -244,7 +244,7 @@ Secrets:
244
244
` ` ` yaml
245
245
jobs:
246
246
main:
247
- uses: coatl-dev/workflows/.github/workflows/[email protected] .6
247
+ uses: coatl-dev/workflows/.github/workflows/[email protected] .7
248
248
with:
249
249
python-version: '3.13'
250
250
secrets:
@@ -272,7 +272,7 @@ requires =
272
272
` ` ` yaml
273
273
jobs:
274
274
main:
275
- uses: coatl-dev/workflows/.github/workflows/[email protected] .6
275
+ uses: coatl-dev/workflows/.github/workflows/[email protected] .7
276
276
` ` `
277
277
278
278
# ## .github/workflows/tox-envs.yml
@@ -304,7 +304,7 @@ requires =
304
304
` ` ` yaml
305
305
jobs:
306
306
main:
307
- uses: coatl-dev/workflows/.github/workflows/[email protected] .6
307
+ uses: coatl-dev/workflows/.github/workflows/[email protected] .7
308
308
with:
309
309
python-versions: '["3.9", "3.10", "3.11", "3.12", "3.13"]'
310
310
` ` `
@@ -341,7 +341,7 @@ and on your workflow:
341
341
` ` ` yaml
342
342
jobs:
343
343
main:
344
- uses: coatl-dev/workflows/.github/workflows/[email protected] .6
344
+ uses: coatl-dev/workflows/.github/workflows/[email protected] .7
345
345
with:
346
346
python-versions: '["3.9", "3.10", "3.11", "3.12", "3.13"]'
347
347
` ` `
@@ -356,7 +356,7 @@ This workflow will install Python and invoke `tox` to run all envs found in
356
356
` ` ` yaml
357
357
jobs:
358
358
main:
359
- uses: coatl-dev/workflows/.github/workflows/[email protected] .6
359
+ uses: coatl-dev/workflows/.github/workflows/[email protected] .7
360
360
` ` `
361
361
362
362
[`actions/setup-python`] : https://github.com/actions/setup-python
0 commit comments