Skip to content

Commit

Permalink
try deploy new version for python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
stoppini committed Oct 17, 2024
1 parent 9db5a58 commit 89d83d4
Show file tree
Hide file tree
Showing 2 changed files with 2 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'
python-versions: 'cp37-cp37m cp38-cp38 cp39-cp39 cp310-cp310 cp311-cp31 cp312-cp312'

- uses: actions/upload-artifact@master
with:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def is_pure(self):
return False

setup(name='up_lpg',
version='0.0.12',
version='0.0.14',
description='up_lpg',
long_description=long_description,
long_description_content_type ="text/markdown",
Expand Down

0 comments on commit 89d83d4

Please sign in to comment.