Skip to content

Commit

Permalink
different release upload step (#8406)
Browse files Browse the repository at this point in the history
different asset upload step
  • Loading branch information
eavanvalkenburg authored Aug 28, 2024
1 parent 7158cfb commit 06f3471
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/python-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:
echo "Building and uploading Python package version: ${{ github.event.release.tag_name }}"
- name: Build the package
run: cd python && make build
- name: Upload distributions
uses: actions/upload-artifact@v4
- name: Release
uses: softprops/action-gh-release@v2
with:
name: release-dists
path: python/dist/
files: |
python/dist/*

0 comments on commit 06f3471

Please sign in to comment.