Skip to content

Commit

Permalink
fix lpg executable
Browse files Browse the repository at this point in the history
  • Loading branch information
stoppini committed Dec 16, 2024
1 parent 9b9ffd8 commit f1a1345
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 8 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,13 +64,8 @@ jobs:
with:
fetch-depth: 0

- name: Set up Python 3.7
uses: actions/setup-python@v1
with:
python-version: 3.7

- name: Set up Python 3.8
uses: actions/setup-python@v1
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: 3.8

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.10',
version='0.1.2',
description='up_lpg',
long_description=long_description,
long_description_content_type ="text/markdown",
Expand Down
Empty file modified up_lpg/lpg
100755 → 100644
Empty file.
Binary file modified up_lpg/winlpg.exe
Binary file not shown.

0 comments on commit f1a1345

Please sign in to comment.