Add concurrency and env tables to create-release.yml

This commit is contained in:
Adam Turner 2024-10-08 05:09:20 +01:00
parent 2f6d3da985
commit af81e6b3c0

View File

@ -9,6 +9,13 @@ on:
permissions:
contents: read
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
env:
FORCE_COLOR: "1"
jobs:
publish-pypi:
runs-on: ubuntu-latest