Skip to content

Commit

Permalink
move check-manifest test to sdist build too
Browse files Browse the repository at this point in the history
  • Loading branch information
ocefpaf committed Nov 6, 2024
1 parent 3e1e30c commit b849f3e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 29 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/cibuildwheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,10 @@ jobs:

- name: Build sdist
run: >
pip install build twine
pip install build twine check-manifest
&& python -m build --sdist . --outdir dist
&& twine check dist/*
&& check-manifest --verbose
- uses: actions/upload-artifact@v4
with:
Expand Down
27 changes: 0 additions & 27 deletions .github/workflows/tarball-tests.yml

This file was deleted.

1 change: 0 additions & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
check-manifest
dask
numpydoc
pandas>=2
Expand Down

0 comments on commit b849f3e

Please sign in to comment.