mirror of https://github.com/astral-sh/ruff
Temporarily create release on-tag
This commit is contained in:
parent
e6bb5cddcf
commit
bc7ddd8f3a
|
|
@ -1,9 +1,9 @@
|
|||
name: "[ruff] Release"
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
release:
|
||||
types: [published]
|
||||
push:
|
||||
tags:
|
||||
- v*
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
|
|
@ -235,7 +235,7 @@ jobs:
|
|||
run: |
|
||||
pip3 install ${{ env.PACKAGE_NAME }} --no-index --find-links dist/ --force-reinstall
|
||||
ruff --help
|
||||
python -m ruff --help
|
||||
python3 -m ruff --help
|
||||
- name: "Upload wheels"
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
|
|
|
|||
Loading…
Reference in New Issue