We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d1f1ad commit 4734174Copy full SHA for 4734174
.github/workflows/cron-test.yml
@@ -45,8 +45,7 @@ jobs:
45
python-version: '3.x'
46
47
- name: Install cibuildwheel
48
- run: python -m pip install cibuildwheel==2.10.2
+ run: python -m pip install cibuildwheel==2.12.2
49
50
- name: Build wheels
51
- run: |
52
- python -m cibuildwheel --output-dir wheelhouse .
+ run: python -m cibuildwheel --output-dir wheelhouse .
.github/workflows/generate-documentation.yml
@@ -25,7 +25,7 @@ jobs:
25
- name: Install pandoc
26
uses: r-lib/actions/setup-pandoc@v2
27
- name: Set up Python ${{ matrix.python-version }}
28
- uses: actions/setup-python@v3
+ uses: actions/setup-python@v4
29
with:
30
python-version: ${{ matrix.python-version }}
31
- name: Install dependencies
0 commit comments