fix(ci): correctly download wheel artifacts

This commit is contained in:
Anand Balakrishnan 2023-10-04 17:38:10 -07:00
parent 5f07fca816
commit 4ddca1f177

View file

@ -135,6 +135,7 @@ jobs:
- uses: actions/download-artifact@v3 - uses: actions/download-artifact@v3
with: with:
name: wheels name: wheels
path: dist
- uses: softprops/action-gh-release@v1 - uses: softprops/action-gh-release@v1
with: with:
files: 'dist/*' files: 'dist/*'