-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
108 changed files
with
556 additions
and
390 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,14 +21,14 @@ jobs: | |
timeout-minutes: 10 | ||
steps: | ||
- name: Check out code from GitHub | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].2 | ||
with: | ||
# `towncrier check` runs `git diff --name-only origin/main...`, which | ||
# needs a non-shallow clone. | ||
fetch-depth: 0 | ||
- name: Set up Python ${{ env.DEFAULT_PYTHON }} | ||
id: python | ||
uses: actions/setup-python@v4.5.0 | ||
uses: actions/setup-python@v4.6.0 | ||
with: | ||
python-version: ${{ env.DEFAULT_PYTHON }} | ||
check-latest: true | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,10 +33,10 @@ jobs: | |
pre-commit-key: ${{ steps.generate-pre-commit-key.outputs.key }} | ||
steps: | ||
- name: Check out code from GitHub | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].2 | ||
- name: Set up Python ${{ env.DEFAULT_PYTHON }} | ||
id: python | ||
uses: actions/setup-python@v4.5.0 | ||
uses: actions/setup-python@v4.6.0 | ||
with: | ||
python-version: ${{ env.DEFAULT_PYTHON }} | ||
check-latest: true | ||
|
@@ -88,10 +88,10 @@ jobs: | |
needs: prepare-base | ||
steps: | ||
- name: Check out code from GitHub | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].2 | ||
- name: Set up Python ${{ env.DEFAULT_PYTHON }} | ||
id: python | ||
uses: actions/setup-python@v4.5.0 | ||
uses: actions/setup-python@v4.6.0 | ||
with: | ||
python-version: ${{ env.DEFAULT_PYTHON }} | ||
check-latest: true | ||
|
@@ -129,10 +129,10 @@ jobs: | |
needs: prepare-base | ||
steps: | ||
- name: Check out code from GitHub | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].2 | ||
- name: Set up Python ${{ env.DEFAULT_PYTHON }} | ||
id: python | ||
uses: actions/setup-python@v4.5.0 | ||
uses: actions/setup-python@v4.6.0 | ||
with: | ||
python-version: ${{ env.DEFAULT_PYTHON }} | ||
check-latest: true | ||
|
@@ -157,10 +157,10 @@ jobs: | |
needs: prepare-base | ||
steps: | ||
- name: Check out code from GitHub | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].2 | ||
- name: Set up Python ${{ env.DEFAULT_PYTHON }} | ||
id: python | ||
uses: actions/setup-python@v4.5.0 | ||
uses: actions/setup-python@v4.6.0 | ||
with: | ||
python-version: ${{ env.DEFAULT_PYTHON }} | ||
check-latest: true | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -46,7 +46,7 @@ jobs: | |
|
||
steps: | ||
- name: Checkout repository | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].2 | ||
|
||
# Initializes the CodeQL tools for scanning. | ||
- name: Initialize CodeQL | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,10 +35,10 @@ jobs: | |
python-key: ${{ steps.generate-python-key.outputs.key }} | ||
steps: | ||
- name: Check out code from GitHub | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].2 | ||
- name: Set up Python ${{ matrix.python-version }} | ||
id: python | ||
uses: actions/setup-python@v4.5.0 | ||
uses: actions/setup-python@v4.6.0 | ||
with: | ||
python-version: ${{ matrix.python-version }} | ||
check-latest: true | ||
|
@@ -75,10 +75,10 @@ jobs: | |
python-version: [3.8, 3.9, "3.10", "3.11"] | ||
steps: | ||
- name: Check out code from GitHub | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].2 | ||
- name: Set up Python ${{ matrix.python-version }} | ||
id: python | ||
uses: actions/setup-python@v4.5.0 | ||
uses: actions/setup-python@v4.6.0 | ||
with: | ||
python-version: ${{ matrix.python-version }} | ||
check-latest: true | ||
|
@@ -107,10 +107,10 @@ jobs: | |
python-version: [3.8, 3.9, "3.10", "3.11"] | ||
steps: | ||
- name: Check out code from GitHub | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].2 | ||
- name: Set up Python ${{ matrix.python-version }} | ||
id: python | ||
uses: actions/setup-python@v4.5.0 | ||
uses: actions/setup-python@v4.6.0 | ||
with: | ||
python-version: ${{ matrix.python-version }} | ||
check-latest: true | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,10 +30,10 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: Check out code from GitHub | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].2 | ||
- name: Set up Python ${{ env.DEFAULT_PYTHON }} | ||
id: python | ||
uses: actions/setup-python@v4.5.0 | ||
uses: actions/setup-python@v4.6.0 | ||
with: | ||
python-version: ${{ env.DEFAULT_PYTHON }} | ||
check-latest: true | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,13 +29,13 @@ jobs: | |
timeout-minutes: 120 | ||
strategy: | ||
matrix: | ||
python-version: ["3.7", "3.11"] | ||
python-version: ["3.8", "3.11"] | ||
steps: | ||
- name: Check out code from GitHub | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].2 | ||
- name: Set up Python ${{ matrix.python-version }} | ||
id: python | ||
uses: actions/setup-python@v4.5.0 | ||
uses: actions/setup-python@v4.6.0 | ||
with: | ||
python-version: ${{ matrix.python-version }} | ||
check-latest: true | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -38,15 +38,15 @@ jobs: | |
timeout-minutes: 120 | ||
strategy: | ||
matrix: | ||
python-version: ["3.7", "3.11"] | ||
python-version: ["3.8", "3.11"] | ||
steps: | ||
- name: Check out code from GitHub | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].2 | ||
with: | ||
fetch-depth: 0 | ||
- name: Set up Python ${{ matrix.python-version }} | ||
id: python | ||
uses: actions/setup-python@v4.5.0 | ||
uses: actions/setup-python@v4.6.0 | ||
with: | ||
python-version: ${{ matrix.python-version }} | ||
check-latest: true | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,10 +20,10 @@ jobs: | |
url: https://pypi.org/project/pylint/ | ||
steps: | ||
- name: Check out code from Github | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].2 | ||
- name: Set up Python ${{ env.DEFAULT_PYTHON }} | ||
id: python | ||
uses: actions/setup-python@v4.5.0 | ||
uses: actions/setup-python@v4.6.0 | ||
with: | ||
python-version: ${{ env.DEFAULT_PYTHON }} | ||
check-latest: true | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,15 +31,15 @@ jobs: | |
strategy: | ||
fail-fast: false | ||
matrix: | ||
python-version: [3.7, 3.8, 3.9, "3.10", "3.11"] | ||
python-version: [3.8, 3.9, "3.10", "3.11"] | ||
outputs: | ||
python-key: ${{ steps.generate-python-key.outputs.key }} | ||
steps: | ||
- name: Check out code from GitHub | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].2 | ||
- name: Set up Python ${{ matrix.python-version }} | ||
id: python | ||
uses: actions/setup-python@v4.5.0 | ||
uses: actions/setup-python@v4.6.0 | ||
with: | ||
python-version: ${{ matrix.python-version }} | ||
check-latest: true | ||
|
@@ -88,10 +88,10 @@ jobs: | |
needs: tests-linux | ||
steps: | ||
- name: Check out code from GitHub | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].2 | ||
- name: Set up Python 3.11 | ||
id: python | ||
uses: actions/setup-python@v4.5.0 | ||
uses: actions/setup-python@v4.6.0 | ||
with: | ||
python-version: "3.11" | ||
check-latest: true | ||
|
@@ -128,10 +128,10 @@ jobs: | |
python-version: ["3.11"] | ||
steps: | ||
- name: Check out code from GitHub | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].2 | ||
- name: Set up Python ${{ matrix.python-version }} | ||
id: python | ||
uses: actions/setup-python@v4.5.0 | ||
uses: actions/setup-python@v4.6.0 | ||
with: | ||
python-version: ${{ matrix.python-version }} | ||
check-latest: true | ||
|
@@ -175,17 +175,17 @@ jobs: | |
strategy: | ||
fail-fast: false | ||
matrix: | ||
python-version: [3.7, 3.8, 3.9, "3.10", "3.11"] | ||
python-version: [3.8, 3.9, "3.10", "3.11"] | ||
steps: | ||
- name: Set temp directory | ||
run: echo "TEMP=$env:USERPROFILE\AppData\Local\Temp" >> $env:GITHUB_ENV | ||
# Workaround to set correct temp directory on Windows | ||
# https://github.com/actions/virtual-environments/issues/712 | ||
- name: Check out code from GitHub | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].2 | ||
- name: Set up Python ${{ matrix.python-version }} | ||
id: python | ||
uses: actions/setup-python@v4.5.0 | ||
uses: actions/setup-python@v4.6.0 | ||
with: | ||
python-version: ${{ matrix.python-version }} | ||
check-latest: true | ||
|
@@ -225,13 +225,13 @@ jobs: | |
fail-fast: false | ||
matrix: | ||
# We only run on the oldest supported version on Mac | ||
python-version: [3.7] | ||
python-version: [3.8] | ||
steps: | ||
- name: Check out code from GitHub | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].2 | ||
- name: Set up Python ${{ matrix.python-version }} | ||
id: python | ||
uses: actions/setup-python@v4.5.0 | ||
uses: actions/setup-python@v4.6.0 | ||
with: | ||
python-version: ${{ matrix.python-version }} | ||
check-latest: true | ||
|
@@ -269,13 +269,13 @@ jobs: | |
strategy: | ||
fail-fast: false | ||
matrix: | ||
python-version: ["pypy-3.7", "pypy-3.8", "pypy-3.9"] | ||
python-version: ["pypy-3.8", "pypy-3.9"] | ||
steps: | ||
- name: Check out code from GitHub | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].2 | ||
- name: Set up Python ${{ matrix.python-version }} | ||
id: python | ||
uses: actions/setup-python@v4.5.0 | ||
uses: actions/setup-python@v4.6.0 | ||
with: | ||
python-version: ${{ matrix.python-version }} | ||
check-latest: true | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.