Skip to content

Commit f653fd8

Browse files
Automatically update Python SDK
1 parent 2ac04cd commit f653fd8

39 files changed

+5
-1
lines changed

.github/workflows/publish-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
build
2727
--user
2828
- name: Build a binary wheel and a source tarball
29-
run: PYTHONPATH=$(pwd) python3 -m build
29+
run: python3 -m build
3030
- name: Store the distribution packages
3131
uses: actions/upload-artifact@v4
3232
with:

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,7 @@ dependencies = [
1616
[project.urls]
1717
Homepage = "https://github.com/trophyso/trophy-python"
1818
Repository = "https://github.com/trophyso/trophy-python"
19+
20+
[tool.setuptools.packages.find]
21+
where = ["trophy_python"]
22+
include = ["trophy_python"]
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)