Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
bitsandbytes
Commits
31762776
Commit
31762776
authored
May 16, 2025
by
Titus von Koeller
Browse files
continuous release: tweaks
parent
4011273a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
1 deletion
+8
-1
.github/workflows/python-package.yml
.github/workflows/python-package.yml
+8
-1
No files found.
.github/workflows/python-package.yml
View file @
31762776
...
...
@@ -216,6 +216,14 @@ jobs:
env
:
GITHUB_TOKEN
:
${{ secrets.GITHUB_TOKEN }}
-
name
:
Ensure tag exists
run
:
|
cd repo
git tag -f continuous-release_main
git push -f origin continuous-release_main
env
:
GITHUB_TOKEN
:
${{ secrets.GITHUB_TOKEN }}
-
name
:
Generate pip install commands for release body
run
:
|
cat > body.md << 'ENDOFMARKDOWN'
...
...
@@ -266,7 +274,6 @@ jobs:
tag_name
:
continuous-release_main
make_latest
:
false
draft
:
false
target_commitish
:
${{ github.sha }}
audit-wheels
:
needs
:
build-wheels
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment