dependabot[bot]
преди 2 години
committed by
GitHub
родител
ревизия
076f53dafd
No known key found for this signature in database
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: |
|
|
|