Skip to content

Commit f27b24f

Browse files
[CI] Updates workflow format using autoflake
1 parent fa17a2f commit f27b24f

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/tests.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
fail-fast: false
4444
matrix:
4545
python-version: ["3.11", "3.12", "3.13", "3.14"]
46-
46+
4747
steps:
4848
- uses: actions/checkout@v5
4949

@@ -52,11 +52,11 @@ jobs:
5252
with:
5353
python-version: ${{ matrix.python-version }}
5454
- name: Build Python
55-
run: |
55+
run: |
5656
python3 -m pip install --upgrade pip
5757
pip install build pytest
5858
pip install -e . --force-reinstall
59-
59+
6060
- run: pytest -s
6161

6262
build-wheels:
@@ -69,10 +69,10 @@ jobs:
6969
fail-fast: false
7070
matrix:
7171
os: [ubuntu-latest, ubuntu-22.04-arm, windows-latest, windows-11-arm, macos-14]
72-
72+
7373
steps:
7474
- uses: actions/checkout@v5
75-
75+
7676
- name: Run cibuildwheels
7777
uses: pypa/cibuildwheel@v3.3.1
7878
with:
@@ -100,7 +100,7 @@ jobs:
100100
with:
101101
name: sdist
102102
path: ${{ runner.temp }}/wheelhouse
103-
103+
104104
publish:
105105
name: (pypa gh actions) Publish release to Pypi
106106
runs-on: ubuntu-latest
@@ -118,4 +118,4 @@ jobs:
118118
uses: pypa/gh-action-pypi-publish@release/v1
119119

120120
with:
121-
verbose: true
121+
verbose: true

0 commit comments

Comments
 (0)