Skip to content

Commit

Permalink
chore(ci): Set parameters for requirements update workflow; minor cha…
Browse files Browse the repository at this point in the history
…nge in release configuration
  • Loading branch information
b32147 committed Nov 8, 2024
1 parent dd3b418 commit d404737
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/workflows/requirements-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,9 @@ jobs:
uses: hms-dbmi/actions/.github/workflows/requirements-update.yml@main
secrets:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
python_version: "3.12"
base_branch: "development"
requirements_input: "requirements.in"
requirements_output: "requirements.txt"
dev_requirements: "dev-requirements.txt"
2 changes: 1 addition & 1 deletion .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"assets": ["pyproject.toml", "CHANGELOG.md"]
}],
["@semantic-release/github", {
"successComment": false,
"successCommentCondition": false,
"failComment": false,
"failTitle": false
}]
Expand Down

0 comments on commit d404737

Please sign in to comment.