Skip to content

Commit

Permalink
WiP: GH Release. Zip wheels for release upload.
Browse files Browse the repository at this point in the history
  • Loading branch information
corey committed Nov 14, 2023
1 parent c9f05d7 commit 85b7fbd
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,14 @@ jobs:
name: wheels
path: wheels

- name: Check wheels directory
run: ls -al ./wheels

- uses: vimtor/[email protected]
with:
files: wheels
dest: wheels.zip


- name: Figure Out Tag
run: |
Expand All @@ -186,7 +194,7 @@ jobs:
if: ${{ github.event.inputs.publish_github_release == 'true' }}
uses: ncipollo/release-action@v1
with:
artifacts: ./wheels
artifacts: ./wheels.zip
artifactErrorsFailBuild: true
prerelease: ${{ github.event.inputs.prerelease == 'true' }}
commit: ${{ github.sha }}
Expand Down

0 comments on commit 85b7fbd

Please sign in to comment.