Skip to content

Commit

Permalink
bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
rkaminsk committed Feb 16, 2024
1 parent 26711b1 commit 8330180
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,11 +94,11 @@ conda:
build_config: |
python:
- 3.6
- 3.7
- 3.8
- 3.9
- 3.10
- 3.11
- 3.12
clingo:
- 5.7
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cibuildwheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
run: python .github/adjust_version.py --release

- name: Build wheels
uses: pypa/cibuildwheel@v2.10.0
uses: pypa/cibuildwheel@v2.16.5
env: ${{ matrix.cfg.env }}

- uses: actions/upload-artifact@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/conda-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

steps:
- name: Checkout repo
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
submodules: recursive

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ppa-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
sudo apt-get install pbuilder pbuilder-scripts debootstrap devscripts dh-make dput dh-python
- name: Checkout repo
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
submodules: recursive

Expand Down

0 comments on commit 8330180

Please sign in to comment.