Skip to content

Commit 168f231

Browse files
authored
small fix (#76)
1 parent 9686558 commit 168f231

1 file changed

Lines changed: 18 additions & 18 deletions

File tree

.github/workflows/build-on-pr.yml

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -9,21 +9,21 @@ jobs:
99
name: Build Python 🐍 distribution 📦
1010
runs-on: ubuntu-24.04
1111
steps:
12-
- uses: actions/checkout@master
13-
- name: Set up Python 3.10
14-
uses: actions/setup-python@v6
15-
with:
16-
python-version: '3.13'
17-
- name: Install pypa/build
18-
run: >-
19-
python -m
20-
pip install
21-
build
22-
--user
23-
- name: Build a binary wheel and a source tarball
24-
run: >-
25-
python -m
26-
build
27-
--sdist
28-
--wheel
29-
--outdir dist/
12+
- uses: actions/checkout@master
13+
- name: Set up Python 3.13
14+
uses: actions/setup-python@v6
15+
with:
16+
python-version: "3.13"
17+
- name: Install pypa/build
18+
run: >-
19+
python -m
20+
pip install
21+
build
22+
--user
23+
- name: Build a binary wheel and a source tarball
24+
run: >-
25+
python -m
26+
build
27+
--sdist
28+
--wheel
29+
--outdir dist/

0 commit comments

Comments
 (0)