Skip to content

Commit

Permalink
ci: BI-5983 fix dl-auth-native package name (#749)
Browse files Browse the repository at this point in the history
ci: fix dl-native-auth package name
  • Loading branch information
ovsds authored Dec 16, 2024
1 parent f1027ab commit 262a799
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 26 deletions.
2 changes: 1 addition & 1 deletion lib/dl_auth_native/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

[tool.poetry]
name = "datalens-auth-native"
name = "dl-auth-native"
version = "0.0.1"
description = ""
authors = ["DataLens Team <[email protected]>"]
Expand Down
49 changes: 25 additions & 24 deletions metapkg/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion metapkg/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ dl-zitadel = {path = "../lib/dl_zitadel", develop = true}
dl-auth-api-lib = {path = "../lib/dl_auth_api_lib", develop = true}
dl-type-transformer = {path = "../lib/dl_type_transformer", develop = true}
dl-s3 = {path = "../lib/dl_s3", develop = true}
datalens-auth-native = {path = "../lib/dl_auth_native", develop = true}
dl-auth-native = {path = "../lib/dl_auth_native", develop = true}

[tool.poetry.group.dev.dependencies]
black = "==23.12.1"
Expand Down

0 comments on commit 262a799

Please sign in to comment.