Skip to content

Commit

Permalink
Try to fix python publish
Browse files Browse the repository at this point in the history
  • Loading branch information
zhenlu committed Oct 4, 2024
1 parent 2e63704 commit 828f4a6
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/publish_python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,9 @@ jobs:
defaults:
run:
working-directory: lightspark-crypto-python
container:
image: quay.io/pypa/manylinux2014_x86_64
env:
PLAT: manylinux2014_x86_64
PYBIN: "/opt/python/${{ matrix.python }}/bin"
strategy:
matrix:
target: [x86_64]
python:
- cp38-cp38
- cp39-cp39
Expand Down

0 comments on commit 828f4a6

Please sign in to comment.