@@ -85,24 +85,25 @@ jobs:
8585 python : 314
8686 platform_id : win_amd64
8787 run_on_main_push : true
88-
89- # macOS x86_64 (missing torchvision wheels for py313+)
90- - os : macos-15-intel
91- python : 39
92- platform_id : macosx_x86_64
93- run_on_main_push : false
94- - os : macos-15-intel
95- python : 310
96- platform_id : macosx_x86_64
97- run_on_main_push : false
98- - os : macos-15-intel
99- python : 311
100- platform_id : macosx_x86_64
101- run_on_main_push : false
102- - os : macos-15-intel
103- python : 312
104- platform_id : macosx_x86_64
105- run_on_main_push : true
88+
89+ # FIXME
90+ # # macOS x86_64 (missing torchvision wheels for py313+)
91+ # - os: macos-15-intel
92+ # python: 39
93+ # platform_id: macosx_x86_64
94+ # run_on_main_push: false
95+ # - os: macos-15-intel
96+ # python: 310
97+ # platform_id: macosx_x86_64
98+ # run_on_main_push: false
99+ # - os: macos-15-intel
100+ # python: 311
101+ # platform_id: macosx_x86_64
102+ # run_on_main_push: false
103+ # - os: macos-15-intel
104+ # python: 312
105+ # platform_id: macosx_x86_64
106+ # run_on_main_push: true
106107
107108 # macOS arm64
108109 - os : macos-14
@@ -244,13 +245,11 @@ jobs:
244245 shell : bash
245246 run : |
246247 ls -l dist
247- test -f "dist/stardist -${{ github.ref_name }}.tar.gz"
248+ test -f "dist/spotiflow -${{ github.ref_name }}.tar.gz"
248249
249250 - name : Publish to PyPI
250251 uses : pypa/gh-action-pypi-publish@release/v1
251252 with :
252253 user : __token__
253254 password : ${{ secrets.PYPI_API_TOKEN }}
254255 verbose : true
255- # password: ${{ secrets.TESTPYPI_API_TOKEN }}
256- # repository-url: https://test.pypi.org/legacy/
0 commit comments