We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c06291 commit 2788980Copy full SHA for 2788980
.github/workflows/publish-to-test-pypi.yml
@@ -19,6 +19,7 @@ jobs:
19
--user
20
- name: Build a binary wheel and a source tarball
21
run: >-
22
+ cat pyproject.toml ;
23
python3 -m
24
build
25
--sdist
pyproject.toml
@@ -24,3 +24,6 @@ magic = [
[project.urls]
26
Homepage = "https://github.com/cloudspannerecosystem/spanner-analytics"
27
+
28
+[tool.setuptools]
29
+packages = ["spanner_analytics"]
0 commit comments