@@ -58,7 +58,7 @@ GitHub action for using a matrix strategy to distribute the build for
58
58
``` yml
59
59
jobs :
60
60
main :
61
- uses :
coatl-dev/workflows/.github/workflows/[email protected] .3
61
+ uses :
coatl-dev/workflows/.github/workflows/[email protected] .4
62
62
with :
63
63
registry-image : user/app
64
64
metadata-tags : |
116
116
117
117
jobs:
118
118
pip-compile-upgrade:
119
- uses: coatl-dev/workflows/.github/workflows/[email protected] .3
119
+ uses: coatl-dev/workflows/.github/workflows/[email protected] .4
120
120
with:
121
121
path: requirements.txt
122
122
secrets:
167
167
168
168
jobs:
169
169
pre-commit-autoupdate:
170
- uses: coatl-dev/workflows/.github/workflows/[email protected] .3
170
+ uses: coatl-dev/workflows/.github/workflows/[email protected] .4
171
171
with:
172
172
skip-repos: 'flake8'
173
173
secrets:
@@ -192,7 +192,7 @@ to install Python and invoke [`pre-commit`].
192
192
` ` ` yaml
193
193
jobs:
194
194
main:
195
- uses: coatl-dev/workflows/.github/workflows/[email protected] .3
195
+ uses: coatl-dev/workflows/.github/workflows/[email protected] .4
196
196
with:
197
197
skip-hooks: 'pylint'
198
198
` ` `
@@ -206,7 +206,7 @@ This workflow will install Python and invoke `pylint` to analyze your code.
206
206
` ` ` yaml
207
207
jobs:
208
208
main:
209
- uses: coatl-dev/workflows/.github/workflows/[email protected] .3
209
+ uses: coatl-dev/workflows/.github/workflows/[email protected] .4
210
210
` ` `
211
211
212
212
# ## .github/workflows/pypi-upload.yml
@@ -240,7 +240,7 @@ Secrets:
240
240
` ` ` yaml
241
241
jobs:
242
242
main:
243
- uses: coatl-dev/workflows/.github/workflows/[email protected] .3
243
+ uses: coatl-dev/workflows/.github/workflows/[email protected] .4
244
244
with:
245
245
python-version: '3.13'
246
246
secrets:
@@ -268,7 +268,7 @@ requires =
268
268
` ` ` yaml
269
269
jobs:
270
270
main:
271
- uses: coatl-dev/workflows/.github/workflows/[email protected] .3
271
+ uses: coatl-dev/workflows/.github/workflows/[email protected] .4
272
272
` ` `
273
273
274
274
# ## .github/workflows/tox-envs.yml
@@ -300,7 +300,7 @@ requires =
300
300
` ` ` yaml
301
301
jobs:
302
302
main:
303
- uses: coatl-dev/workflows/.github/workflows/[email protected] .3
303
+ uses: coatl-dev/workflows/.github/workflows/[email protected] .4
304
304
with:
305
305
python-versions: '["3.9", "3.10", "3.11", "3.12", "3.13"]'
306
306
` ` `
@@ -337,7 +337,7 @@ and on your workflow:
337
337
` ` ` yaml
338
338
jobs:
339
339
main:
340
- uses: coatl-dev/workflows/.github/workflows/[email protected] .3
340
+ uses: coatl-dev/workflows/.github/workflows/[email protected] .4
341
341
with:
342
342
python-versions: '["3.9", "3.10", "3.11", "3.12", "3.13"]'
343
343
` ` `
@@ -352,7 +352,7 @@ This workflow will install Python and invoke `tox` to run all envs found in
352
352
` ` ` yaml
353
353
jobs:
354
354
main:
355
- uses: coatl-dev/workflows/.github/workflows/[email protected] .3
355
+ uses: coatl-dev/workflows/.github/workflows/[email protected] .4
356
356
` ` `
357
357
358
358
[`actions/setup-python`] : https://github.com/actions/setup-python
0 commit comments