Skip to content

Commit

Permalink
Update build-test-publish-python.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
moonlight83340 committed Aug 13, 2024
1 parent d786624 commit 39168ae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-test-publish-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ jobs:
run: |
ls
cp buildBinding/libcsp_py3*.so csp_moonlight/libcsp_py3-${{ matrix.os }}.so
ls -l csp_moonlight/
- name: Set up Python environment
uses: actions/setup-python@v4
Expand All @@ -59,6 +60,7 @@ jobs:
- name: Build the Python package
run: |
source venv/bin/activate
ls -l csp_moonlight/
python3 -m build
- name: Publish to PyPI
Expand Down

0 comments on commit 39168ae

Please sign in to comment.