-
Notifications
You must be signed in to change notification settings - Fork 9
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 (Aug 2024) (#395)
Update Python dev version to 3.11.9, pre-commit hooks, GHA versions, and dependabot config. First step in resurrecting project a bit and ensure it works well with latest attrs, environ-config, and pyrsistent. **As well as drop Python 3.7 support.**
- Loading branch information
1 parent
cd201e1
commit d59db81
Showing
24 changed files
with
89 additions
and
266 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
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 |
---|---|---|
|
@@ -14,10 +14,10 @@ runs: | |
shell: "bash" | ||
|
||
- name: "Cache mypy" | ||
uses: "actions/cache@v3.3.1" | ||
uses: "actions/cache@v4.0.2" | ||
with: | ||
path: "./.mypy_cache/" | ||
key: "mypy-${{ runner.os }}-${{ inputs.python-version }}" | ||
|
||
- name: "Run pre-commit" | ||
uses: "pre-commit/[email protected].0" | ||
uses: "pre-commit/[email protected].1" |
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 |
---|---|---|
|
@@ -7,16 +7,7 @@ on: | |
description: "Twine version to use." | ||
type: "string" | ||
required: false | ||
default: "4.0.2" | ||
|
||
secrets: | ||
pypi-user: | ||
description: "PyPI username to use." | ||
required: true | ||
|
||
pypi-password: | ||
description: "PyPI password (token) to use." | ||
required: true | ||
default: "5.1.1" | ||
|
||
jobs: | ||
package: | ||
|
@@ -25,7 +16,7 @@ jobs: | |
runs-on: "ubuntu-latest" | ||
|
||
steps: | ||
- uses: "actions/checkout@v3.5.2" | ||
- uses: "actions/checkout@v4.1.7" | ||
|
||
- id: "python_and_poetry" | ||
uses: "./.github/actions/install_python_and_poetry" | ||
|
@@ -43,7 +34,4 @@ jobs: | |
|
||
- name: "Publish package" | ||
if: "${{ startsWith(github.ref, 'refs/tags/') }}" | ||
uses: "pypa/[email protected]" | ||
with: | ||
user: "${{ secrets.pypi-user }}" | ||
password: "${{ secrets.pypi-password }}" | ||
uses: "pypa/[email protected]" |
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.3 | ||
3.11.9 |
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.