SETI / rms-cspyce

Apache License 2.0
8 stars 3 forks source link

PyPI package deployment is failing on Windows #160

Closed rfrenchseti closed 9 months ago

rfrenchseti commented 9 months ago

See: https://github.com/SETI/rms-cspyce/actions/runs/7788683197/job/21238643795

Run pipx run --python "C:\hostedtoolcache\windows\Python\3.11.7\x64\python.exe" --spec "D:\a\_actions\pypa\cibuildwheel\v2.16.2" cibuildwheel "." --output-dir '"wheelhouse"' --config-file '""' --only '""'
  pipx run --python "C:\hostedtoolcache\windows\Python\3.11.7\x64\python.exe" --spec "D:\a\_actions\pypa\cibuildwheel\v2.16.2" cibuildwheel "." --output-dir '"wheelhouse"' --config-file '""' --only '""'
  shell: C:\Program Files\PowerShell\7\pwsh.EXE -command ". '{0}'"
  env:
    CIBW_PROJECT_REQUIRES_PYTHON: >=3.8
    CIBW_BEFORE_BUILD: pip3 install numpy setuptools setuptools_scm && python3 setup.py generate && git status && git log --decorate -n 3
    CIBW_SKIP: pp* *musllinux* *cp[27](https://github.com/SETI/rms-cspyce/actions/runs/7788683197/job/21238643795#step:3:30)mu*
    CIBW_ARCHS: auto64
    CIBW_ARCHS_MACOS: x86_64 arm64
creating virtual environment...
determining package name from 'D:\\a\\_actions\\pypa\\cibuildwheel\\v2.16.2'...
creating virtual environment...
installing cibuildwheel from spec 'D:\\a\\_actions\\pypa\\cibuildwheel\\v2.16.2'...
Invalid --only='""', must be a build selector with a known platform
Error: Process completed with exit code 1.
fyellin commented 9 months ago

Known problem with cibuild. Need to update to new version