Skip to content

Commit

Permalink
Add back source distributions (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
adityagoel4512 authored Oct 3, 2024
1 parent 77e5c42 commit ed532b5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@
Changelog
=========

0.9.2 (2024-10-03)
------------------

- Technical release with source distribution.


0.9.1 (2024-10-01)
------------------

Expand Down
8 changes: 4 additions & 4 deletions pixi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ docs = "cd docs && make html"
[feature.build.dependencies]
python-build = "*"
[feature.build.tasks]
build-wheel = "python -m build --no-isolation --wheel ."
build-wheel = "python -m build --no-isolation ."

[feature.test.dependencies]
pytest = ">=6"
Expand All @@ -51,9 +51,9 @@ test-coverage = "pytest --cov=ndonnx --cov-report=xml --cov-report=term-missing"
[feature.test.tasks.arrayapitests]
cmd = "pytest --max-examples 16 api-coverage-tests/array_api_tests/ -v -rfX --json-report --json-report-file=api-coverage-tests.json -n auto --disable-deadline --disable-extension linalg --skips-file=skips.txt --xfails-file=xfails.txt --hypothesis-seed=0"
[feature.test.tasks.arrayapitests.env]
ARRAY_API_TESTS_MODULE="ndonnx"
ARRAY_API_TESTS_VERSION="2023.12"
ARRAY_API_TESTS_SKIP_DTYPES="complex64,complex128"
ARRAY_API_TESTS_MODULE = "ndonnx"
ARRAY_API_TESTS_VERSION = "2023.12"
ARRAY_API_TESTS_SKIP_DTYPES = "complex64,complex128"


[feature.lint.dependencies]
Expand Down

0 comments on commit ed532b5

Please sign in to comment.