Skip to content

Commit

Permalink
Adding sdist file to release as well
Browse files Browse the repository at this point in the history
  • Loading branch information
hmohiuddinTT committed Apr 3, 2024
1 parent de8a531 commit 4c30dd0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-and-release-whls.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,12 @@ jobs:
- name: Upload artifacts
uses: actions/upload-artifact@v3
with:
path: dist/*.whl
path: dist/*

- name: Upload Wheel Files to Release
- name: Upload wheel and sdist files to release
uses: softprops/action-gh-release@v2
with:
files: dist/*.whl
files: dist/*
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit 4c30dd0

Please sign in to comment.