Skip to content

Commit

Permalink
🚧 WIP infrastructure and 📝 docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher Lorton committed Feb 4, 2025
1 parent 6faff0a commit 0af48a4
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,31 +89,31 @@ jobs:
python_arch: 'x64'
tox_env: 'py311'
cibw_arch: 'x86_64'
cibw_build: false
cibw_build: true
os: 'ubuntu-latest'
- name: 'py311 (windows/AMD64)'
python: '3.11'
toxpython: 'python3.11'
python_arch: 'x64'
tox_env: 'py311'
cibw_arch: 'AMD64'
cibw_build: false
cibw_build: true
os: 'windows-latest'
- name: 'py311 (macos/x86_64)'
python: '3.11'
toxpython: 'python3.11'
python_arch: 'x64'
tox_env: 'py311'
cibw_arch: 'x86_64'
cibw_build: false
cibw_build: true
os: 'macos-13'
- name: 'py311 (macos/arm64)'
python: '3.11'
toxpython: 'python3.11'
python_arch: 'arm64'
tox_env: 'py311'
cibw_arch: 'arm64'
cibw_build: false
cibw_build: true
os: 'macos-latest'
- name: 'py312 (ubuntu/x86_64)'
python: '3.12'
Expand Down Expand Up @@ -199,7 +199,7 @@ jobs:
if: matrix.cibw_build
run: twine check wheelhouse/*.whl
- name: upload wheel
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: matrix.cibw_build
with:
path: wheelhouse/*.whl
Expand Down
2 changes: 2 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,6 @@ include LICENSE
include README.rst

recursive-exclude notebooks *.ipynb
recursive-exclude notebooks *.png

global-exclude *.py[cod] __pycache__/* *.so *.dylib
8 changes: 8 additions & 0 deletions docs/reference/laser_generic.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,14 @@ laser\_generic.core module
:undoc-members:
:show-inheritance:

laser\_generic.importation module
---------------------------------

.. automodule:: laser_generic.importation
:members:
:undoc-members:
:show-inheritance:

laser\_generic.infection module
-------------------------------

Expand Down

0 comments on commit 0af48a4

Please sign in to comment.