Skip to content

Commit

Permalink
Merge pull request #59 from ETSInitiative/py_lic2
Browse files Browse the repository at this point in the history
include LICENSE in deployment
  • Loading branch information
KrisThielemans authored Nov 7, 2024
2 parents b75ff07 + ae67f20 commit 90018e6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,10 @@ jobs:
ninja
./petsird_generator test.h5
./petsird_analysis test.h5
- name: Copy LICENSE for deployment
run: |
cp LICENSE.txt python/LICENSE
cp LICENSE.txt cpp/LICENSE
- uses: casperdcl/deploy-pypi@v2
with:
build: python -o dist
Expand Down

0 comments on commit 90018e6

Please sign in to comment.