We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16874b5 commit 4483bd7Copy full SHA for 4483bd7
1 file changed
.github/workflows/python-publish.yml
@@ -28,8 +28,8 @@ jobs:
28
python-version: '3.11'
29
- run: uv build
30
# 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
+ - name: import test (wheel)
+ run: uv run --isolated --no-project -p 3.11 --with dist/*.whl datastock/tests/prepublish.py
+ - name: import test (source distribution)
+ run: uv run --isolated --no-project -p 3.11 --with dist/*.tar.gz datastock/tests/prepublish.py
35
- run: uv publish --trusted-publishing always -t ${{ secrets.PYPI_API_TOKEN }}
0 commit comments