Skip to content

Commit

Permalink
fixup release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Hattrell committed Aug 23, 2022
1 parent 0a0cf44 commit 4084e52
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
release:
name: Build wheels on ${{ matrix.os }}
name: create release with artifacts
runs-on: ${{ matrix.os }}
strategy:
matrix:
Expand All @@ -23,12 +23,6 @@ jobs:
- name: Build wheels
run: python -m build --outdir wheels

- name: "Build Changelog"
id: build_changelog
uses: mikepenz/release-changelog-builder-action@v3
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Update Release
uses: mikepenz/[email protected]
with:
Expand Down

0 comments on commit 4084e52

Please sign in to comment.