-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: Monthly maintenance (Nov 2023) (#187)
Update dev Python version to 3.11.6, as well as bump GitHub Actions and pre-commit hooks to use.
- Loading branch information
1 parent
2f772e7
commit 025d8e7
Showing
15 changed files
with
86 additions
and
144 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
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 |
---|---|---|
|
@@ -39,7 +39,7 @@ runs: | |
steps: | ||
- id: "python" | ||
name: "Install Python" | ||
uses: "actions/setup-python@v4.5.0" | ||
uses: "actions/setup-python@v4.7.1" | ||
with: | ||
python-version: "${{ inputs.python-version }}" | ||
python-version-file: "${{ inputs.python-version-file }}" | ||
|
@@ -49,7 +49,7 @@ runs: | |
run: "pipx install --python='${{ steps.python.outputs.python-path }}' poetry==${{ inputs.poetry-version }}" | ||
|
||
- name: "Cache venv" | ||
uses: "actions/[email protected].1" | ||
uses: "actions/[email protected].2" | ||
with: | ||
path: "./.venv/" | ||
key: "venv-${{ runner.os }}-${{ steps.python.outputs.python-version }}-${{ hashFiles('poetry.lock') }}${{ inputs.cache-key-suffix }}" |
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 |
---|---|---|
|
@@ -14,7 +14,7 @@ runs: | |
shell: "bash" | ||
|
||
- name: "Cache mypy" | ||
uses: "actions/[email protected].1" | ||
uses: "actions/[email protected].2" | ||
with: | ||
path: "./.mypy_cache/" | ||
key: "mypy-${{ runner.os }}-${{ inputs.python-version }}" | ||
|
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 |
---|---|---|
|
@@ -41,7 +41,7 @@ runs: | |
shell: "bash" | ||
|
||
- name: "Cache tox" | ||
uses: "actions/[email protected].1" | ||
uses: "actions/[email protected].2" | ||
with: | ||
path: ".tox/" | ||
key: "tox-${{ inputs.python-version }}" | ||
|
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
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 |
---|---|---|
|
@@ -25,7 +25,7 @@ jobs: | |
runs-on: "ubuntu-latest" | ||
|
||
steps: | ||
- uses: "actions/checkout@v3.5.0" | ||
- uses: "actions/checkout@v4.1.1" | ||
|
||
- id: "python_and_poetry" | ||
uses: "./.github/actions/install_python_and_poetry" | ||
|
@@ -43,7 +43,7 @@ jobs: | |
|
||
- name: "Publish package" | ||
if: "${{ startsWith(github.ref, 'refs/tags/') }}" | ||
uses: "pypa/[email protected].4" | ||
uses: "pypa/[email protected].10" | ||
with: | ||
user: "${{ secrets.pypi-user }}" | ||
password: "${{ secrets.pypi-password }}" |
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
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
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
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
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
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 |
---|---|---|
@@ -1 +1 @@ | ||
3.11.2 | ||
3.11.6 |
Oops, something went wrong.