Update initialization of build environment
Some checks failed
Release workflow / single_test (3.13.3) (push) Successful in 11s
Gitea Actions Demo / build_test (3.13.3) (push) Successful in 10s
Release workflow / Build wheels for PyPI (3.13.3) (push) Successful in 12s
Gitea Actions Demo / release-test (push) Successful in 2s
Release workflow / Upload release to PyPI (push) Failing after 2s
Some checks failed
Release workflow / single_test (3.13.3) (push) Successful in 11s
Gitea Actions Demo / build_test (3.13.3) (push) Successful in 10s
Release workflow / Build wheels for PyPI (3.13.3) (push) Successful in 12s
Gitea Actions Demo / release-test (push) Successful in 2s
Release workflow / Upload release to PyPI (push) Failing after 2s
This commit is contained in:
parent
c5f395b846
commit
80e5f6e315
@ -38,7 +38,15 @@ jobs:
|
|||||||
name: Build wheels for PyPI
|
name: Build wheels for PyPI
|
||||||
needs: [single_test]
|
needs: [single_test]
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
strategy:
|
||||||
|
matrix:
|
||||||
|
python-version: [3.13.3]
|
||||||
steps:
|
steps:
|
||||||
|
- uses: actions/checkout@v2
|
||||||
|
- name: Set up Python ${{ matrix.python-version }}
|
||||||
|
uses: actions/setup-python@v2
|
||||||
|
with:
|
||||||
|
python-version: ${{ matrix.python-version }}
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
|
Loading…
x
Reference in New Issue
Block a user