Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/publish_to_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
build:
name: Build distribution 📦
runs-on: macos-latest
runs-on: macos-14

steps:
- uses: actions/checkout@v4
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/publish_to_test_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
build:
name: Build distribution 📦
runs-on: macos-latest
runs-on: macos-14

steps:
- uses: actions/checkout@v4
Expand All @@ -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
Expand Down Expand Up @@ -59,4 +59,4 @@ jobs:
uses: pypa/gh-action-pypi-publish@release/v1
with:
skip-existing: true
repository-url: https://test.pypi.org/legacy/
repository-url: https://test.pypi.org/legacy/
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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'",
]
Expand Down
Loading