Skip to content

Commit

Permalink
new deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
stoppini committed Oct 17, 2024
1 parent 89d83d4 commit 8ed62da
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Build manylinux Python wheels
uses: RalfG/[email protected]_x86_64
with:
python-versions: 'cp37-cp37m cp38-cp38 cp39-cp39 cp310-cp310 cp311-cp31 cp312-cp312'
python-versions: 'cp37-cp37m cp38-cp38 cp39-cp39 cp310-cp310'

- uses: actions/upload-artifact@master
with:
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python3
import platform
from setuptools import setup, find_packages , Distribution
from setuptools import setup, find_packages , Distribution, Extension

long_description=\
"""============================================================
Expand Down Expand Up @@ -47,5 +47,6 @@ def is_pure(self):
package_data={"up_lpg": [executable]},
distclass=BinaryDistribution,
include_package_data=True,
data_files=[('platlib', [f'up_lpg/{executable}'])],
cmdclass={'bdist_wheel': bdist_wheel},
license='APACHE')

0 comments on commit 8ed62da

Please sign in to comment.