Skip to content

Commit

Permalink
ci: add canceling old CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jonas-eschle committed Oct 8, 2024
1 parent 2237e3e commit d8135d0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
tags:
- '*'
branches:
- master
- main
- develop
- "release/*"
pull_request:
Expand All @@ -18,16 +18,16 @@ jobs:
dist:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-python@v2
- uses: actions/checkout@v4
- uses: actions/setup-python@v5

- name: Build SDist and wheel
run: pipx run --spec build pyproject-build

- name: Check metadata
run: pipx run twine check dist/*

- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
path: dist/*

Expand Down

0 comments on commit d8135d0

Please sign in to comment.