Skip to content

Commit

Permalink
release for py310[linux]
Browse files Browse the repository at this point in the history
  • Loading branch information
hiaselhans committed Nov 22, 2021
1 parent 35e9d79 commit bc46da0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
submodules: 'true'
- uses: RalfG/[email protected]_x86_64
with:
python-versions: 'cp37-cp37m cp38-cp38 cp39-cp39'
python-versions: 'cp37-cp37m cp38-cp38 cp39-cp39 cp310-cp310'
build-requirements: 'mypy'
- name: Upload wheel
uses: actions/upload-artifact@v1
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def build_extension(self, ext):

shutil.copytree("pyfoil", stubgen_path+"/pyfoil")

version = "0.1.2"
version = "0.1.4"

with open("README.md") as readme_file:
long_description = readme_file.read()
Expand All @@ -103,4 +103,4 @@ def build_extension(self, ext):
url='http://github.com/airgproducts/pyfoil',
#test_suite="tests.test_suite",
#include_package_data=True
)
)

0 comments on commit bc46da0

Please sign in to comment.