From f6f28d6047beba3c34782579fb16524c69d046b9 Mon Sep 17 00:00:00 2001 From: Christoph Schueler Date: Wed, 28 Aug 2024 11:33:16 +0300 Subject: [PATCH] Try Linux builds #12 --- .github/workflows/pythonapp.yml | 4 ++-- pyproject.toml | 12 ++++-------- 2 files changed, 6 insertions(+), 10 deletions(-) diff --git a/.github/workflows/pythonapp.yml b/.github/workflows/pythonapp.yml index 5b07d60..5b2775d 100644 --- a/.github/workflows/pythonapp.yml +++ b/.github/workflows/pythonapp.yml @@ -22,7 +22,7 @@ jobs: # - os: ubuntu-latest # cibw_archs: "aarch64" steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Install Rust uses: actions-rs/toolchain@v1 with: @@ -40,7 +40,7 @@ jobs: name: Build source distribution runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Build sdist run: | diff --git a/pyproject.toml b/pyproject.toml index 2ed589e..85277cd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -63,18 +63,14 @@ include = [ { path = "pyxcp/recorder/*.so", format = "wheel" }, { path = "pyxcp/recorder/*.pyd", format = "wheel" }, { path = "pyxcp/*.exe", format = "wheel" }, - { path = "CMakeLists.txt", format = "wheel, sdist" }, + { path = "CMakeLists.txt", format = "sdist" }, { path = "pyxcp/cpp_ext/*hpp", format = "sdist" }, - { path = "pyxcp/cpp_ext/*cpp", format = "sdist" }, - + { path = "pyxcp/cpp_ext/*cpp", format = "sdist" }, { path = "pyxcp/daq_stim/*hpp", format = "sdist" }, - { path = "pyxcp/daq_stim/*cpp", format = "sdist" }, - + { path = "pyxcp/daq_stim/*cpp", format = "sdist" }, { path = "pyxcp/recorder/*hpp", format = "sdist" }, - { path = "pyxcp/recorder/*cpp", format = "sdist" }, - - { path = "", format = "sdist" }, + { path = "pyxcp/recorder/*cpp", format = "sdist" }, ] [tool.poetry.dependencies]