Skip to content

Commit

Permalink
Fix credentials issue caused by pixi env
Browse files Browse the repository at this point in the history
  • Loading branch information
RemiKalbe committed May 24, 2024
1 parent 6ce23fc commit 61091aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ check-fix-watch = "ruff check --fix --watch"
format = "ruff format"
build = "hatch build"
publish = "hatch publish"
publish-ci = "hatch publish --no-prompt --yes"
publish-ci = { cmd = "hatch publish --no-prompt --yes", env = { HATCH_INDEX_USER = "__token__", HATCH_INDEX_AUTH = "" } }

[tool.pixi.feature.test.tasks]
test = "pytest --tb=long --cov --cov-report xml -vv"
Expand Down

0 comments on commit 61091aa

Please sign in to comment.