mirror of
https://github.com/markqvist/rnsh.git
synced 2025-01-08 05:37:55 -05:00
Update python-publish.yml
This commit is contained in:
parent
c5bac4f6b6
commit
5fd2a46d5e
4
.github/workflows/python-publish.yml
vendored
4
.github/workflows/python-publish.yml
vendored
@ -89,7 +89,7 @@ jobs:
|
|||||||
id: create_release
|
id: create_release
|
||||||
uses: actions/create-release@v1
|
uses: actions/create-release@v1
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ github.token }}
|
GITHUB_TOKEN: ${{ secrets.GH_API_TOKEN }}
|
||||||
with:
|
with:
|
||||||
tag_name: ${{ github.ref }}
|
tag_name: ${{ github.ref }}
|
||||||
release_name: Release ${{ github.ref }}
|
release_name: Release ${{ github.ref }}
|
||||||
@ -99,7 +99,7 @@ jobs:
|
|||||||
- name: Upload Release Artefact
|
- name: Upload Release Artefact
|
||||||
uses: actions/upload-release-asset@v1
|
uses: actions/upload-release-asset@v1
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ github.token }}
|
GITHUB_TOKEN: ${{ secrets.GH_API_TOKEN }}
|
||||||
with:
|
with:
|
||||||
upload_url: ${{ steps.create_release.outputs.upload_url }}
|
upload_url: ${{ steps.create_release.outputs.upload_url }}
|
||||||
asset_path: ./dist/rnsh-${{ steps.set_version.outputs.version }}-py3-none-any.whl
|
asset_path: ./dist/rnsh-${{ steps.set_version.outputs.version }}-py3-none-any.whl
|
||||||
|
Loading…
Reference in New Issue
Block a user