File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 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 }}
You can’t perform that action at this time.
0 commit comments