dependabot[bot]
před 2 roky
committed by
GitHub
V databázi nebyl nalezen žádný známý klíč pro tento podpis
ID GPG klíče: 4AEE18F83AFDEB23
3 změnil soubory, kde provedl
3 přidání a
3 odebrání
-
.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: |
|
|
|