diff --git a/.github/workflows/publish_to_pypi.yml b/.github/workflows/publish_to_pypi.yml index 691bd50b..a2b37132 100644 --- a/.github/workflows/publish_to_pypi.yml +++ b/.github/workflows/publish_to_pypi.yml @@ -8,7 +8,7 @@ on: jobs: build: name: Build distribution 📦 - runs-on: macos-latest + runs-on: macos-14 steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/publish_to_test_pypi.yml b/.github/workflows/publish_to_test_pypi.yml index 752b46ec..9ab3a690 100644 --- a/.github/workflows/publish_to_test_pypi.yml +++ b/.github/workflows/publish_to_test_pypi.yml @@ -8,7 +8,7 @@ on: jobs: build: name: Build distribution 📦 - runs-on: macos-latest + runs-on: macos-14 steps: - uses: actions/checkout@v4 @@ -20,7 +20,7 @@ jobs: python-version: "3.9" - name: update pip & install custom dependencies run: | - spython -m pip install --upgrade pip + python -m pip install --upgrade pip brew update brew uninstall cmake sh scripts/shell/m2chip_install.sh @@ -59,4 +59,4 @@ jobs: uses: pypa/gh-action-pypi-publish@release/v1 with: skip-existing: true - repository-url: https://test.pypi.org/legacy/ \ No newline at end of file + repository-url: https://test.pypi.org/legacy/ diff --git a/pyproject.toml b/pyproject.toml index 92b55f30..0e3d3a18 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,7 +55,7 @@ dependencies = [ "tqdm==4.62.2", "rich==13.9.4", "reportlab==4.2.0", - "tables==3.10.1", + "tables==3.9.1", "pyWinhook==1.6.2;python_version=='3.9' and platform_system=='Windows'", "WxPython==4.2.1;platform_system!='Linux'", ]