Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ jobs:
strategy:
matrix:
python-version:
- '3.8'
- '3.9'
- '3.10'
- '3.11'
- '3.12'
- "3.8"
- "3.9"
- "3.10"
- "3.11"
- "3.12"
consistency:
if: ${{ !cancelled() && ! failure() }}
runs-on: ubuntu-22.04
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/devcontainer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ jobs:
strategy:
matrix:
python-version:
- '3.8'
- '3.9'
- '3.10'
- '3.11'
- '3.12'
- "3.8"
- "3.9"
- "3.10"
- "3.11"
- "3.12"
on:
push:
branches:
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- uses: pdm-project/setup-pdm@c050bdcb2405837648035b6678c75609d53a749f # v4
with:
cache: true
python-version: '3.12'
python-version: "3.12"
- id: pages
name: Setup pages
uses: actions/configure-pages@1f0c5cde4bc74cd7e1254d0cb4de8d49e9068c7d # v4.0.0
Expand Down Expand Up @@ -97,11 +97,11 @@ jobs:
strategy:
matrix:
python-version:
- '3.8'
- '3.9'
- '3.10'
- '3.11'
- '3.12'
- "3.8"
- "3.9"
- "3.10"
- "3.11"
- "3.12"
package-publish:
needs: release-publish
runs-on: ubuntu-22.04
Expand All @@ -110,7 +110,7 @@ jobs:
- uses: pdm-project/setup-pdm@c050bdcb2405837648035b6678c75609d53a749f # v4
with:
cache: true
python-version: '3.12'
python-version: "3.12"
- run: env | sort
- env:
PDM_PUBLISH_PASSWORD: ${{ secrets.PDM_PUBLISH_PASSWORD }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/renovate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ jobs:
RENOVATE_ENABLED: ${{ vars.RENOVATE_ENABLED || true }}
RENOVATE_ENABLED_MANAGERS: '["pep621", "github-actions", "gitlabci", "regex"]'
RENOVATE_GIT_AUTHOR: Renovate GitHub Bot <[email protected]>
RENOVATE_OPTIMIZE_FOR_DISABLED: 'true'
RENOVATE_OPTIMIZE_FOR_DISABLED: "true"
RENOVATE_PLATFORM: github
RENOVATE_REPOSITORIES: '["${{ github.repository }}"]'
RENOVATE_REPOSITORY_CACHE: enabled
RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }}
image: ghcr.io/renovatebot/renovate:37.246.0-full@sha256:2bbd0a3d5d92be7c56168b369dc4119840a9e341c3c09fdef9d1ac6735042c80
options: '--user root'
options: "--user root"
runs-on: ubuntu-22.04
steps:
- run: env | sort
Expand All @@ -37,5 +37,5 @@ jobs:
on:
schedule:
# * is a special character in YAML so you have to quote this string
- cron: '*/15 0-3 * * 1'
- cron: "*/15 0-3 * * 1"
workflow_dispatch: null
Original file line number Diff line number Diff line change
Expand Up @@ -28,19 +28,19 @@ jobs:
matrix:
python-version:
[%- if version_between("3.8", min_py, max_py) %]
- '3.8'
- "3.8"
[%- endif %]
[%- if version_between("3.9", min_py, max_py) %]
- '3.9'
- "3.9"
[%- endif %]
[%- if version_between("3.10", min_py, max_py) %]
- '3.10'
- "3.10"
[%- endif %]
[%- if version_between("3.11", min_py, max_py) %]
- '3.11'
- "3.11"
[%- endif %]
[%- if version_between("3.12", min_py, max_py) %]
- '3.12'
- "3.12"
[%- endif %]
[%- if project_name == "Serious Scaffold Python" %]
consistency:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,19 +34,19 @@ jobs:
matrix:
python-version:
[%- if version_between("3.8", min_py, max_py) %]
- '3.8'
- "3.8"
[%- endif %]
[%- if version_between("3.9", min_py, max_py) %]
- '3.9'
- "3.9"
[%- endif %]
[%- if version_between("3.10", min_py, max_py) %]
- '3.10'
- "3.10"
[%- endif %]
[%- if version_between("3.11", min_py, max_py) %]
- '3.11'
- "3.11"
[%- endif %]
[%- if version_between("3.12", min_py, max_py) %]
- '3.12'
- "3.12"
[%- endif %]
on:
push:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- uses: pdm-project/setup-pdm@c050bdcb2405837648035b6678c75609d53a749f # v4
with:
cache: true
python-version: '{{ default_py }}'
python-version: "{{ default_py }}"
- id: pages
name: Setup pages
uses: actions/configure-pages@1f0c5cde4bc74cd7e1254d0cb4de8d49e9068c7d # v4.0.0
Expand Down Expand Up @@ -99,19 +99,19 @@ jobs:
matrix:
python-version:
[%- if version_between("3.8", min_py, max_py) %]
- '3.8'
- "3.8"
[%- endif %]
[%- if version_between("3.9", min_py, max_py) %]
- '3.9'
- "3.9"
[%- endif %]
[%- if version_between("3.10", min_py, max_py) %]
- '3.10'
- "3.10"
[%- endif %]
[%- if version_between("3.11", min_py, max_py) %]
- '3.11'
- "3.11"
[%- endif %]
[%- if version_between("3.12", min_py, max_py) %]
- '3.12'
- "3.12"
[%- endif %]
package-publish:
needs: release-publish
Expand All @@ -121,7 +121,7 @@ jobs:
- uses: pdm-project/setup-pdm@c050bdcb2405837648035b6678c75609d53a749f # v4
with:
cache: true
python-version: '{{ default_py }}'
python-version: "{{ default_py }}"
- run: env | sort
- env:
PDM_PUBLISH_PASSWORD: {{ '${{ secrets.PDM_PUBLISH_PASSWORD }}' }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ jobs:
RENOVATE_ENABLED_MANAGERS: '["pep621", "github-actions", "regex"]'
[%- endif %]
RENOVATE_GIT_AUTHOR: Renovate GitHub Bot <[email protected]>
RENOVATE_OPTIMIZE_FOR_DISABLED: 'true'
RENOVATE_OPTIMIZE_FOR_DISABLED: "true"
RENOVATE_PLATFORM: github
RENOVATE_REPOSITORIES: '["{{ '${{ github.repository }}' }}"]'
RENOVATE_REPOSITORY_CACHE: enabled
RENOVATE_TOKEN: {{ '${{ secrets.RENOVATE_TOKEN }}' }}
image: ghcr.io/renovatebot/renovate:37.246.0-full@sha256:2bbd0a3d5d92be7c56168b369dc4119840a9e341c3c09fdef9d1ac6735042c80
options: '--user root'
options: "--user root"
runs-on: ubuntu-22.04
steps:
- run: env | sort
Expand All @@ -41,5 +41,5 @@ jobs:
on:
schedule:
# * is a special character in YAML so you have to quote this string
- cron: '*/15 0-3 * * 1'
- cron: "*/15 0-3 * * 1"
workflow_dispatch: null