Skip to content

Commit

Permalink
Change where the prerelase tag points
Browse files Browse the repository at this point in the history
  • Loading branch information
jleibs committed Mar 2, 2023
1 parent 827be35 commit 701a678
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 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 All @@ -284,13 +291,6 @@ jobs:
removeArtifacts: true
replacesArtifacts: true

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

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

# This job is run on tags starting with "v", e.g., "v0.1.0"
Expand Down

0 comments on commit 701a678

Please sign in to comment.