File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 4747 # NOTE: put your own distribution build steps here.
4848 python -m pip install build
4949 export SETUPTOOLS_SCM_PRETEND_VERSION=${GITHUB_REF_NAME}
50- export SETUPTOOLS_SCM_DEBUG=1
5150 python -m build --sdist --wheel ./
5251
5352 - name : Upload distributions
Original file line number Diff line number Diff line change 1+ # Ensure the sdist doesn't get unnecessary build files.
2+ recursive-exclude javascript *
3+ recursive-exclude screenshots *
4+ recursive-exclude .github *
Original file line number Diff line number Diff line change @@ -73,10 +73,12 @@ module = [
7373]
7474ignore_missing_imports = true
7575
76+ [tool .setuptools ]
77+ include-package-data = false
78+
7679[tool .setuptools .packages .find ]
7780include = [" simple_repository_browser" , " simple_repository_browser.*" ]
7881namespaces = false
7982
8083[tool .setuptools .package-data ]
81- # Static untracked files
82- "*" = [" static/vendored/*" ]
84+ "*" = [" static/**/*" , " templates/**/*" ]
You can’t perform that action at this time.
0 commit comments