Skip to content

Commit

Permalink
real one
Browse files Browse the repository at this point in the history
  • Loading branch information
Wauplin committed Jan 28, 2025
1 parent 51e2db8 commit 853453d
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions .github/workflows/python-prerelease.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
name: Python prerelease

on:
# push:
# tags:
# - v*.rc*
push: # TODO: remove this before merging
branches:
- automating-release-candidate-testing
push:
tags:
- v*.rc*

jobs:
test_on_transformers:
runs-on: ubuntu-latest
Expand All @@ -15,8 +13,7 @@ jobs:
steps:
- name: Extract version from tag
id: get-version
# run: echo "VERSION=${GITHUB_REF#refs/tags/}" >> $GITHUB_OUTPUT
run: echo "VERSION=v0.27.0rc1" >> $GITHUB_OUTPUT # TODO: remove this before merging
run: echo "VERSION=${GITHUB_REF#refs/tags/}" >> $GITHUB_OUTPUT

- name: Checkout transformers
uses: actions/checkout@v4
Expand Down

0 comments on commit 853453d

Please sign in to comment.