Skip to content

Commit 4483bd7

Browse files
committed
[#devel] Updated packaging
1 parent 16874b5 commit 4483bd7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/python-publish.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ jobs:
2828
python-version: '3.11'
2929
- run: uv build
3030
# Check that basic features work and we didn't miss to include crucial files
31-
- name: Smoke test (wheel)
32-
run: uv run --isolated --no-project -p 3.11 --with dist/*.whl datastock/tests
33-
- name: Smoke test (source distribution)
34-
run: uv run --isolated --no-project -p 3.11 --with dist/*.tar.gz datastock/tests
31+
- name: import test (wheel)
32+
run: uv run --isolated --no-project -p 3.11 --with dist/*.whl datastock/tests/prepublish.py
33+
- name: import test (source distribution)
34+
run: uv run --isolated --no-project -p 3.11 --with dist/*.tar.gz datastock/tests/prepublish.py
3535
- run: uv publish --trusted-publishing always -t ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)