Skip to content

Commit

Permalink
Merge pull request #189 from ultima-ib/frtb_pyengine
Browse files Browse the repository at this point in the history
manylinux version , fix ring pyrelease
  • Loading branch information
AnatolyBuga authored Dec 24, 2023
2 parents ad12ab2 + 4d1e299 commit e56e4bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
target: ${{ matrix.target }}
args: --release --out dist --manifest-path pyultima/Cargo.toml
sccache: 'true'
manylinux: '2_28' # auto doesn't work see https://github.com/briansmith/ring/issues/1728#issuecomment-1758180655
manylinux: manylinux_2_28 # auto doesn't work see https://github.com/briansmith/ring/issues/1728#issuecomment-1758180655
# Install tools depending on the architecture
# https://github.com/Intreecom/scyllapy/blob/develop/.github/workflows/release.yaml
before-script-linux: |
Expand Down

0 comments on commit e56e4bc

Please sign in to comment.