Skip to content

Commit 2a1d67d

Browse files
committed
Fix missing files
1 parent 2333fe8 commit 2a1d67d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/python-package.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ jobs:
5454
- name: Build
5555
run: |
5656
cp wkapp/pyproject.toml pyproject.toml
57+
cp wkapp/README.md README.md
58+
cp wkapp/LICENSE LICENSE
5759
python -m pip install --upgrade build
5860
python -m pip install --upgrade flit
5961
python -m build

0 commit comments

Comments
 (0)