Skip to content

Commit ca14260

Browse files
author
Release Manager
committed
gh-41128: Fix release github workflow <!-- ^ Please provide a concise and informative title. --> <!-- ^ Don't put issue numbers in the title, do this in the PR description below. --> <!-- ^ For example, instead of "Fixes #12345" use "Introduce new method to calculate 1 + 2". --> <!-- v Describe your changes below in detail. --> <!-- v Why is this change required? What problem does it solve? --> <!-- v If this PR resolves an open issue, please link to it here. For example, "Fixes #12345". --> Having numerical backends (coin, cplex, gurobi) packages have their own versions is enough to fix the release github workflow. This PR is a light alternative to #40840, which was stalled. TEST: https://github.com/kwankyu/sage/actions/runs/19058005100 Test release with tarballs: https://github.com/kwankyu/sage/releases/tag/100.2.beta4 ### 📝 Checklist <!-- Put an `x` in all the boxes that apply. --> - [x] The title is concise and informative. - [x] The description explains in detail what this PR is about. - [x] I have linked a relevant issue or discussion. - [x] I have created tests covering the changes. - [ ] I have updated the documentation and checked the documentation preview. ### ⌛ Dependencies <!-- List all open PRs that this PR logically depends on. For example, --> <!-- - #12345: short description why this is a dependency --> <!-- - #34567: ... --> URL: #41128 Reported by: Kwankyu Lee Reviewer(s): Dima Pasechnik
2 parents 9e77f62 + 3a26997 commit ca14260

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.github/workflows/changelog_trigger.yml renamed to .github/workflows/changelog-trigger.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Trigger Changelog Generation
1+
name: Trigger changelog generation
22

33
on:
44
release:
@@ -8,7 +8,7 @@ jobs:
88
trigger-website-repo-workflow:
99
runs-on: ubuntu-latest
1010
steps:
11-
- name: Trigger Generate Changelog Workflow in website repo
11+
- name: Trigger Generate Changelog workflow in website repo
1212
if: "!github.event.release.prerelease"
1313
env:
1414
GITHUB_PAT: ${{ secrets.WEBSITE_ACCESS_TOKEN }}

.github/workflows/dist.yml renamed to .github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Prepare source distributions and wheels
1+
name: Release distributions and wheels
22

33
on:
44
push:

build/pkgs/sage_numerical_backends_coin/package-version.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
10.4

build/pkgs/sage_numerical_backends_cplex/package-version.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
10.4

build/pkgs/sage_numerical_backends_gurobi/package-version.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
10.4

0 commit comments

Comments
 (0)