diff --git a/.github/workflows/build-on-pr.yml b/.github/workflows/build-on-pr.yml index 335aa6e..c901c25 100644 --- a/.github/workflows/build-on-pr.yml +++ b/.github/workflows/build-on-pr.yml @@ -9,21 +9,21 @@ jobs: name: Build Python 🐍 distribution 📦 runs-on: ubuntu-24.04 steps: - - uses: actions/checkout@master - - name: Set up Python 3.10 - 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 - run: >- - python -m - build - --sdist - --wheel - --outdir dist/ \ No newline at end of file + - 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 + run: >- + python -m + build + --sdist + --wheel + --outdir dist/