Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
renatav committed Jun 25, 2024
1 parent 356b42c commit d197b2c
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
# os: [ubuntu-latest, windows-latest, macos-latest]
# python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
# architecture: ['x64', 'x86']
os: [ubuntu-latest]
os: [windows-latest]
python-version: ['3.10']
architecture: ['x64', 'x86']
exclude:
Expand Down Expand Up @@ -85,16 +85,16 @@ jobs:
run: |
python setup.py sdist bdist_wheel clean --all
- name: Convert to anylinux (if Ubuntu latest)
if: matrix.os == 'ubuntu-latest'
run: |
pip install auditwheel
auditwheel repair dist/*.whl --plat manylinux_2_24_x86_64
# - name: Convert to anylinux (if Ubuntu latest)
# if: matrix.os == 'ubuntu-latest'
# run: |
# pip install auditwheel
# auditwheel repair dist/*.whl --plat manylinux_2_24_x86_64

- name: Delete Linux-tagged wheel files
if: matrix.os == 'ubuntu-latest'
run: |
rm -f dist/*-linux_*.whl # Remove Linux-tagged .whl files in the dist directory
# - name: Delete Linux-tagged wheel files
# if: matrix.os == 'ubuntu-latest'
# run: |
# rm -f dist/*-linux_*.whl # Remove Linux-tagged .whl files in the dist directory

- name: Upload to TestPyPi
# if: startsWith(github.ref, 'refs/tags/v')
Expand Down

0 comments on commit d197b2c

Please sign in to comment.