Skip to content

Commit

Permalink
Merge pull request #218 from rudof-project/issue217
Browse files Browse the repository at this point in the history
Fixing the bad checksum thing on the release of the Python files
  • Loading branch information
angelip2303 authored Nov 13, 2024
2 parents 4c6b336 + 00b9953 commit bbfd16a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,11 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
architecture: x64
architecture: ${{ matrix.target }}

- name: Fix openssl regression
run: cargo update openssl-src --precise 300.3.1+3.3.1


- name: Build wheels
uses: PyO3/maturin-action@v1
with:
Expand Down Expand Up @@ -91,7 +90,7 @@ jobs:
strategy:
matrix:
python-version: [ 3.12 ]
target: [ x64 ]
target: [ x64, aarch64 ]

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit bbfd16a

Please sign in to comment.