Skip to content

Commit

Permalink
perform all tarball tests in the sdist build
Browse files Browse the repository at this point in the history
  • Loading branch information
ocefpaf committed Nov 6, 2024
1 parent e1eff49 commit 4c76320
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 30 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/cibuildwheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,10 @@ jobs:

- name: Build sdist
run: >
pip install build
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.

2 changes: 0 additions & 2 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
check-manifest
dask
numpydoc
pandas>=2
Expand All @@ -7,5 +6,4 @@ scipy
setuptools_scm
sphinx
sphinx_rtd_theme
twine
xarray

0 comments on commit 4c76320

Please sign in to comment.