Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
fail-fast: false
matrix:
os: ["ubuntu-latest", "windows-latest", "macos-latest"]
python-version: ["3.9", "3.13"]
python-version: ["3.8", "3.13"]
steps:
- uses: actions/checkout@v4
# install the calculate-liam package including the optional test dependencies
Expand Down
2 changes: 1 addition & 1 deletion calculate-liam/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set name = "calculate-liam" %}
{% set version = "0.0.3" %}
{% set version = "0.0.8" %}

package:
name: {{ name|lower }}
Expand Down
2 changes: 1 addition & 1 deletion calculate-liam/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "calculate-liam"
version = "0.0.7"
version = "0.0.8"
dependencies = ["click", "numpy"]
authors = [
{ name="Liam Keegan", email="liam@keegan.ch" },
Expand Down
1 change: 1 addition & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ In this course we will learn how to package a Python library, how to publish it
- [pybind11-numpy-example](https://github.com/ssciwr/pybind11-numpy-example)
- a simple example of packaging including c++ compiled extensions
- an example [meta.yaml](https://github.com/conda-forge/staged-recipes/pull/25040/files) conda-forge recipe for this package
- the resulting [conda-forge feedstock](https://github.com/conda-forge/pybind11-numpy-example-feedstock) for this package
- [hammingdist](https://github.com/ssciwr/hammingdist)
- a more advanced example with a compiled extension making use of OpenMP and CUDA

Expand Down
Binary file modified docs/slides/slides.pdf
Binary file not shown.