We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34070bf commit 53417a0Copy full SHA for 53417a0
.github/workflows/ci.yml
@@ -59,6 +59,6 @@ jobs:
59
- name: Set up Python
60
uses: actions/setup-python@v3
61
with:
62
- python-version: "3.10"
+ python-version: "3.11"
63
- run: pip install black
64
- run: black --check .
.github/workflows/release.yml
@@ -16,7 +16,7 @@ jobs:
16
fetch-depth: 0
17
- name: Python Semantic Release
18
# https://github.com/relekang/python-semantic-release/releases
19
- uses: relekang/python-semantic-release@v7.26.0
+ uses: relekang/python-semantic-release@v7.32.2
20
21
github_token: ${{ secrets.GITHUB_TOKEN }}
22
pypi_token: ${{ secrets.PYPI_TOKEN }}
0 commit comments