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" name: "[ruff] Release"
on: on:
workflow_dispatch: push:
release: tags:
types: [published] - v*
concurrency: concurrency:
group: ${{ github.workflow }}-${{ github.ref }} group: ${{ github.workflow }}-${{ github.ref }}
@ -235,7 +235,7 @@ jobs:
run: | run: |
pip3 install ${{ env.PACKAGE_NAME }} --no-index --find-links dist/ --force-reinstall pip3 install ${{ env.PACKAGE_NAME }} --no-index --find-links dist/ --force-reinstall
ruff --help ruff --help
python -m ruff --help python3 -m ruff --help
- name: "Upload wheels" - name: "Upload wheels"
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v3
with: with: