Skip to content

Commit

Permalink
Refactor building procedure
Browse files Browse the repository at this point in the history
  • Loading branch information
Jedore committed May 19, 2023
1 parent eec915f commit f55ed57
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/python-publish-669.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,7 @@ jobs:
runs-on: windows-2022
strategy:
matrix:
# python-version: [ "3.7", "3.8", "3.9", "3.10", "3.11" ]
python-version: [ "3.7" ]
python-version: [ "3.7", "3.8", "3.9", "3.10", "3.11" ]
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
if sys.platform.startswith('win32'):
major, minor = sys.version_info[:2]
target_dir = os.path.join(target_dir, f'{major}.{minor}')
target_dir = f'{target_dir}{major}.{minor}'
libs = glob.glob(os.path.join(cur_dir, '*.lib'))
libraries = [pathlib.Path(lib).stem for lib in libs]
# if sys.maxsize == 0x7fffffff:
Expand Down

0 comments on commit f55ed57

Please sign in to comment.