mirror of
https://github.com/markqvist/rnsh.git
synced 2025-03-10 09:29:34 -04:00
Getting release working
This commit is contained in:
parent
6f87fe3a70
commit
0bfcb2e178
6
.github/workflows/python-publish.yml
vendored
6
.github/workflows/python-publish.yml
vendored
@ -90,7 +90,7 @@ jobs:
|
||||
GITHUB_TOKEN: ${{ secrets.GH_API_TOKEN }}
|
||||
with:
|
||||
tag_name: ${{ github.ref }}
|
||||
release_name: Release ${{ github.ref }}
|
||||
release_name: ${{ steps.set_version.outputs.tag }}
|
||||
draft: true
|
||||
prerelease: false
|
||||
|
||||
@ -100,8 +100,8 @@ jobs:
|
||||
GITHUB_TOKEN: ${{ secrets.GH_API_TOKEN }}
|
||||
with:
|
||||
upload_url: ${{ steps.create_release.outputs.upload_url }}
|
||||
asset_path: ./dist/rnsh-${{ steps.set_version.outputs.version }}-py3-none-any.whl
|
||||
asset_name: rnsh-${{ steps.set_version.outputs.version }}-py3-none-any.whl
|
||||
asset_path: ./dist/rnsh-${{ steps.set_version.outputs.no-v }}-py3-none-any.whl
|
||||
asset_name: rnsh-${{ steps.set_version.outputs.no-v }}-py3-none-any.whl
|
||||
asset_content_type: application/zip
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user