Temporarily create release on-tag

This commit is contained in:
Charlie Marsh 2023-05-12 15:31:41 -04:00
parent e6bb5cddcf
commit bc7ddd8f3a
1 changed files with 25 additions and 25 deletions

View File

@ -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: