Skip to content

Commit 2788980

Browse files
committed
Fix build after creating new samples/ directory
1 parent 4c06291 commit 2788980

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/publish-to-test-pypi.yml

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
--user
2020
- name: Build a binary wheel and a source tarball
2121
run: >-
22+
cat pyproject.toml ;
2223
python3 -m
2324
build
2425
--sdist

pyproject.toml

+3
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,6 @@ magic = [
2424

2525
[project.urls]
2626
Homepage = "https://github.com/cloudspannerecosystem/spanner-analytics"
27+
28+
[tool.setuptools]
29+
packages = ["spanner_analytics"]

0 commit comments

Comments
 (0)