Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JayEviden authored Nov 13, 2024
1 parent cad60c3 commit 2d773a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./dist/mylib-${{ env.VERSION }}-py3-none-any.whl
asset_name: mylib-${{ env.VERSION }}-py3-none-any.whl
asset_path: ./dist/ft_2_quantum_sat-${{ env.VERSION }}-py3-none-any.whl
asset_name: ft_2_quantum_sat-${{ env.VERSION }}-py3-none-any.whl
asset_content_type: application/x-wheel+zip

0 comments on commit 2d773a2

Please sign in to comment.