We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2333fe8 commit 2a1d67dCopy full SHA for 2a1d67d
1 file changed
.github/workflows/python-package.yml
@@ -54,6 +54,8 @@ jobs:
54
- name: Build
55
run: |
56
cp wkapp/pyproject.toml pyproject.toml
57
+ cp wkapp/README.md README.md
58
+ cp wkapp/LICENSE LICENSE
59
python -m pip install --upgrade build
60
python -m pip install --upgrade flit
61
python -m build
0 commit comments