Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
Signed-off-by: Riccardo Mori <[email protected]>
  • Loading branch information
patacca committed Jun 19, 2024
1 parent 27b8cff commit 1a2c470
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,10 @@ jobs:
steps:
- name: actions/checkout
uses: actions/checkout@v3
- name: actions/setup-python@v4
uses: actions/setup-python@v4
with:
python-version: '3.11'
- name: actions/cache pip
uses: actions/cache@v2
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
fail-fast: false
matrix:
os: [ ubuntu-latest, windows-latest ]
cibw_python: [ "cp38-*", "cp39-*", "cp310-*", "cp311-*" ]
cibw_python: [ "cp39-*", "cp310-*", "cp311-*" ]
cibw_arch: [ "auto64" ]

defaults:
Expand Down Expand Up @@ -77,4 +77,4 @@ jobs:
uses: pypa/gh-action-pypi-publish@master
with:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}
password: ${{ secrets.PYPI_API_TOKEN }}

0 comments on commit 1a2c470

Please sign in to comment.