dependabot[bot]
2 年之前
committed by
GitHub
沒有發現已知的金鑰在資料庫的簽署中
GPG 金鑰 ID: 4AEE18F83AFDEB23
共有
3 個檔案被更改,包括
3 行新增 和
3 行删除
-
.github/workflows/black.yml
-
.github/workflows/release.yml
-
.github/workflows/tests.yml
|
|
@@ -12,7 +12,7 @@ jobs: |
|
|
|
|
|
|
|
name: Code Style |
|
|
|
steps: |
|
|
|
- uses: actions/checkout@v2 |
|
|
|
- uses: actions/checkout@v3 |
|
|
|
- uses: actions/setup-python@v3 |
|
|
|
with: |
|
|
|
python-version: 3.9 |
|
|
|
|
|
@@ -10,7 +10,7 @@ jobs: |
|
|
|
name: Build and release to PyPI |
|
|
|
runs-on: ubuntu-latest |
|
|
|
steps: |
|
|
|
- uses: actions/checkout@v1 |
|
|
|
- uses: actions/checkout@v3 |
|
|
|
- name: Set up Python |
|
|
|
uses: actions/setup-python@v3 |
|
|
|
with: |
|
|
|
|
|
@@ -25,7 +25,7 @@ jobs: |
|
|
|
|
|
|
|
name: Doc tests (Python ${{ matrix.python_version }} on ${{ matrix.os }}) |
|
|
|
steps: |
|
|
|
- uses: actions/checkout@v2 |
|
|
|
- uses: actions/checkout@v3 |
|
|
|
- name: Set up Python ${{ matrix.python_version }} |
|
|
|
uses: actions/setup-python@v3 |
|
|
|
with: |
|
|
|