Skip to content

Commit

Permalink
fix: add config.yml to bcr
Browse files Browse the repository at this point in the history
  • Loading branch information
oxidase committed Jan 8, 2025
1 parent 323a094 commit 4a35500
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .bcr/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
fixedReleaser:
login: oxidase
email: [email protected]
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ python = use_extension("@rules_python//python/extensions:python.bzl", "python")
python.toolchain(python_version = "3.12")
use_repo(python, "python_3_12")

bazel_dep(name = "ofiuco", version = "0.3.7")
bazel_dep(name = "ofiuco", version = "0.4.1")

poetry = use_extension("@ofiuco//python:extensions.bzl", "poetry")
poetry.parse(
Expand Down

0 comments on commit 4a35500

Please sign in to comment.