File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 3030 - name : Check install local
3131 run : |
3232 pip install ".[test]"
33+ cd tests
3334 python -c "import wherobots.db"
3435
3536 - name : Check build
4041 - name : Check install sdist
4142 run : |
4243 pip install --force-reinstall dist/*.tar.gz
44+ cd tests
4345 python -c "import wherobots.db"
4446
4547 - name : Check install wheel
4648 run : |
4749 pip install --force-reinstall dist/*.whl
50+ cd tests
4851 python -c "import wherobots.db"
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ description = "Python DB-API driver for Wherobots DB"
88authors = [" Maxime Petazzoni <max@wherobots.com>" ]
99license = " Apache 2.0"
1010readme = " README.md"
11- packages = [{ include = " db " , from = " wherobots" }]
11+ packages = [{ include = " wherobots" }]
1212
1313[project .urls ]
1414Homepage = " https://github.com/wherobots/wherobots-python-dbapi-driver"
You can’t perform that action at this time.
0 commit comments