Skip to content

Commit

Permalink
Merge tag '0.2.5'
Browse files Browse the repository at this point in the history
concat fix, traceback tagging, documentation and cleanup
  • Loading branch information
buehlere committed Feb 21, 2024
2 parents cb8ef2f + 0857180 commit f3871fd
Show file tree
Hide file tree
Showing 5 changed files with 147 additions and 114 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/document_package.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Document package
on:
push:
branches: [main, release/*]
branches: [main]
jobs:
update_cli_doc:
# The type of runner that the job will run on
Expand All @@ -13,8 +13,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
with:
repository: ${{ github.event.pull_request.head.repo.full_name }}
ref: ${{ github.event.pull_request.head.ref }}
token: ${{ secrets.PAT }}

- name: Set up Python
uses: actions/setup-python@v3
Expand Down
Loading

0 comments on commit f3871fd

Please sign in to comment.