Skip to content

Commit

Permalink
Genrating Python Wheels for all OS -- Version 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
yohila committed Jan 9, 2024
1 parent 430ca7c commit cbec1be
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_wheels_Manul.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [windows-latest]
# os: [macos-latest, ubuntu-latest, windows-latest]
# os: [windows-latest]
os: [macos-latest, ubuntu-latest, windows-latest]
python: ['3.7', '3.8', '3.9', '3.10', '3.11'] # Gives error for Python 3.12
env:
OS: ${{ matrix.os }}
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@

setup(
name='structured-predictions',
version='0.1.1',
version='0.1.2',
description='Structured-Predictions',
# long_description=README,
long_description_content_type='text/markdown',
Expand Down

0 comments on commit cbec1be

Please sign in to comment.