Commit 71958cdc authored by one's avatar one
Browse files

[hytop] Update hytop-publish.yml

parent ddeb2372
name: Publish hytop to PyPI name: Publish hytop to PyPI
on: on:
release: push:
types: [published] tags:
- 'hytop-*'
permissions: permissions:
contents: read contents: read
...@@ -38,7 +39,7 @@ jobs: ...@@ -38,7 +39,7 @@ jobs:
environment: environment:
name: pypi name: pypi
url: https://pypi.org/project/hytop/${{ github.event.release.tag_name }} url: https://pypi.org/project/hytop/
steps: steps:
- name: Retrieve release distributions - name: Retrieve release distributions
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment