Skip to content

Commit

Permalink
Disable interaction and accept everything
Browse files Browse the repository at this point in the history
  • Loading branch information
RemiKalbe committed May 24, 2024
1 parent 6df47c6 commit 5ff7527
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ jobs:
- name: Build
run: pixi r -e ${{ matrix.environment }} build
- name: Publish
run: pixi r -e ${{ matrix.environment }} publish
run: pixi r -e ${{ matrix.environment }} publish-ci
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ check-fix-watch = "ruff check --fix --watch"
format = "ruff format"
build = "hatch build"
publish = "hatch publish"
publish-ci = "hatch publish --no-interactive --no-prompt --yes"

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

0 comments on commit 5ff7527

Please sign in to comment.