dependabot[bot]
há 2 anos
committed by
GitHub
ascendente
cometimento
076f53dafd
Não foi encontrada uma chave conhecida para esta assinatura, na base de dados
ID da chave GPG: 4AEE18F83AFDEB23
3 ficheiros alterados com
3 adições e
3 eliminações
-
.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: |
|
|
|