Skip to content

Commit

Permalink
[CI] Upload Python package as artifact (theengs#480)
Browse files Browse the repository at this point in the history
  • Loading branch information
koenvervloesem authored Dec 23, 2023
1 parent 90272ae commit 4b2592c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/PR_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,3 +162,7 @@ jobs:
cd python
cp -r ../src .
python3 setup.py sdist
- uses: actions/upload-artifact@v4
with:
name: python-package
path: python/dist/*

0 comments on commit 4b2592c

Please sign in to comment.