Skip to content

Commit

Permalink
Try Linux builds #12
Browse files Browse the repository at this point in the history
  • Loading branch information
christoph2 committed Aug 28, 2024
1 parent fddd82d commit f6f28d6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pythonapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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: |
Expand Down
12 changes: 4 additions & 8 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit f6f28d6

Please sign in to comment.