Releases on https://pypi.org/project/obstore/0.8.1/#files are missing source distribution file, so unable to install obstore on unsupported versions (e.g. Python 3.14).
Probably need to uncomment these lines?
|
# sdist: |
|
# runs-on: ubuntu-latest |
|
# strategy: |
|
# matrix: |
|
# steps: |
|
# - uses: actions/checkout@v4 |
|
# - name: Build sdist |
|
# uses: PyO3/maturin-action@v1 |
|
# with: |
|
# command: sdist |
|
# args: --out dist --manifest-path obstore/Cargo.toml |
|
# - name: Upload sdist |
|
# uses: actions/upload-artifact@v4 |
|
# with: |
|
# name: wheels-sdist-obstore |
|
# path: dist |
Releases on https://pypi.org/project/obstore/0.8.1/#files are missing source distribution file, so unable to install obstore on unsupported versions (e.g. Python 3.14).
Probably need to uncomment these lines?
obstore/.github/workflows/wheels.yml
Lines 170 to 185 in 49fe65d