diff --git a/.github/workflows/build_wheels_Manul.yml b/.github/workflows/build_wheels_Manul.yml index d7d0f100..150ff08f 100644 --- a/.github/workflows/build_wheels_Manul.yml +++ b/.github/workflows/build_wheels_Manul.yml @@ -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 }} diff --git a/setup.py b/setup.py index 766db33f..debbdec7 100644 --- a/setup.py +++ b/setup.py @@ -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',