Skip to content

Commit

Permalink
replace deprecated actions/create-release@v1 with ncipollo/release-ac…
Browse files Browse the repository at this point in the history
…tion
  • Loading branch information
jfolz committed Sep 3, 2024
1 parent a1c8c00 commit f2a0fde
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,12 +109,8 @@ jobs:
- name: Publish to PyPI
uses: pypa/[email protected]
- name: Create Github Release
uses: actions/create-release@v1
id: create_release
uses: ncipollo/[email protected]
with:
artifacts: dist/*
draft: false
prerelease: false
release_name: ${{ github.ref_name }}
tag_name: ${{ github.ref }}
env:
GITHUB_TOKEN: ${{ github.token }}

0 comments on commit f2a0fde

Please sign in to comment.