We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9686558 commit 168f231Copy full SHA for 168f231
1 file changed
.github/workflows/build-on-pr.yml
@@ -9,21 +9,21 @@ jobs:
9
name: Build Python 🐍 distribution 📦
10
runs-on: ubuntu-24.04
11
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
25
26
27
- --sdist
28
- --wheel
29
- --outdir dist/
+ - uses: actions/checkout@master
+ - name: Set up Python 3.13
+ uses: actions/setup-python@v6
+ with:
+ python-version: "3.13"
+ - name: Install pypa/build
+ run: >-
+ python -m
+ pip install
+ build
+ --user
+ - name: Build a binary wheel and a source tarball
+ --sdist
+ --wheel
+ --outdir dist/
0 commit comments