Skip to content

Commit

Permalink
Update the prerelease tag to the sha where we build the prerelease
Browse files Browse the repository at this point in the history
  • Loading branch information
jleibs committed Mar 2, 2023
1 parent b071d6a commit a10cbee
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,13 @@ jobs:
name: wheels
path: dist

- name: Update prerelease tag
uses: richardsimko/update-tag@v1
with:
tag_name: prerelease
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: GitHub Release
uses: ncipollo/[email protected]
with:
Expand Down

0 comments on commit a10cbee

Please sign in to comment.