Skip to content

Commit

Permalink
Update Python workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tdewolff committed Oct 30, 2023
1 parent 4980c4f commit ffd6ef8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -231,13 +231,13 @@ jobs:
- name: Collect artifacts
uses: actions/download-artifact@v3
with:
path: dist
path: bindings/py/dist
- name: Omit non-release files
run: rm dist/*.so
run: rm -f bindings/py/dist/*.so
- name: Upload to GitHub Release
uses: softprops/[email protected]
with:
files: dist/*
files: bindings/py/dist/*
- name: Publish to PyPI
uses: pypa/gh-action-pypi-publish@b7f401de30cb6434a1e19f805ff006643653240e
with:
Expand Down

0 comments on commit ffd6ef8

Please sign in to comment.