mirror of
https://github.com/Cian-H/read_aconity_layers.git
synced 2025-12-23 18:51:57 +00:00
Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ec7e4353bd | |||
| 1ad9d10f59 | |||
| 08261aaea2 |
14
.github/workflows/CI.yml
vendored
14
.github/workflows/CI.yml
vendored
@@ -49,7 +49,6 @@ jobs:
|
||||
sccache: ${{ !startsWith(github.ref, 'refs/tags/') }}
|
||||
manylinux: auto
|
||||
- name: Build free-threaded wheels
|
||||
if: ${{ !contains(matrix.platform.runner, 'windows') }} # Excluding because free thread build fails on windows
|
||||
uses: PyO3/maturin-action@v1
|
||||
with:
|
||||
target: ${{ matrix.platform.target }}
|
||||
@@ -121,12 +120,13 @@ jobs:
|
||||
target: ${{ matrix.platform.target }}
|
||||
args: --release --out dist
|
||||
sccache: ${{ !startsWith(github.ref, 'refs/tags/') }}
|
||||
- name: Build free-threaded wheels
|
||||
uses: PyO3/maturin-action@v1
|
||||
with:
|
||||
target: ${{ matrix.platform.target }}
|
||||
args: --release --out dist -i python3.13t
|
||||
sccache: ${{ !startsWith(github.ref, 'refs/tags/') }}
|
||||
# Excluded windows free threaded build, because it doesn't seem to work properly
|
||||
# - name: Build free-threaded wheels
|
||||
# uses: PyO3/maturin-action@v1
|
||||
# with:
|
||||
# target: ${{ matrix.platform.target }}
|
||||
# args: --release --out dist -i python3.13t
|
||||
# sccache: ${{ !startsWith(github.ref, 'refs/tags/') }}
|
||||
- name: Upload wheels
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
|
||||
@@ -4,6 +4,10 @@ build:
|
||||
os: ubuntu-24.04
|
||||
tools:
|
||||
python: "3.13"
|
||||
jobs:
|
||||
pre_install:
|
||||
- curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
|
||||
- source ~/.cargo/env
|
||||
|
||||
sphinx:
|
||||
configuration: docs/conf.py
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "read_aconity_layers"
|
||||
version = "0.4.3"
|
||||
version = "0.4.4"
|
||||
edition = "2021"
|
||||
|
||||
[lib]
|
||||
|
||||
Reference in New Issue
Block a user