Skip to content

Commit

Permalink
meson 9
Browse files Browse the repository at this point in the history
  • Loading branch information
ameli committed Dec 7, 2023
1 parent c699d08 commit 825f5d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deploy-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,6 @@ jobs:
- name: Upload artifacts
uses: actions/upload-artifact@v3
with:
name: wheel-artifacts
path: ./wheelhouse/*.whl
retention-days: 1

Expand Down Expand Up @@ -239,7 +238,7 @@ jobs:
run: |
python -m pip install --upgrade pip
python -m pip install pytest-cov
python -m pip install special_functions
python -m pip install --prefer-binary --upgrade special_functions
- name: Checkout
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ requires = ["meson-python", "numpy>1.11", "scipy>=1.5", "cython>=0.29.35"]
name = "special_functions"
license = {file = "LICENSE.txt"}
readme = "README.rst"
version = "0.2.7"
version = "0.2.8"
authors = [
{name = "Siavash Ameli", email = "sameli@berkeley.edu" }
]
Expand Down

0 comments on commit 825f5d9

Please sign in to comment.