Skip to content

Commit

Permalink
Switch pre-release action to ncipollo/release-action
Browse files Browse the repository at this point in the history
  • Loading branch information
jleibs committed Mar 1, 2023
1 parent b071491 commit 3848ac6
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ jobs:

# ---------------------------------------------------------------------------

# See https://github.com/marvinpinto/action-automatic-releases#automatically-generate-a-pre-release-when-changes-land-on-master for details
# See https://github.com/ncipollo/release-action
pre-release:
name: Pre Release
needs: [wheels]
Expand All @@ -271,16 +271,18 @@ jobs:
path: dist

- name: GitHub Release
uses: softprops/action-gh-release@v0.1.15
uses: ncipollo/release[email protected]
with:
body: ${{ env.PRE_RELEASE_INSTRUCTIONS }}
prerelease: true
files: dist/*
artifacts: dist/*
name: "Development Build"
tag_name: "latest"
tag: "latest"
token: ${{ secrets.GITHUB_TOKEN }}
generate_release_notes: true
append_body: true
generateReleaseNotes: true
allowUpdates: true
removeArtifacts: true
replacesArtifacts: true

# ---------------------------------------------------------------------------

Expand Down

0 comments on commit 3848ac6

Please sign in to comment.