Skip to content

Commit

Permalink
Merge pull request #15 from Qualytics/sc-15851/library-enhancement-tyler
Browse files Browse the repository at this point in the history
Sc 15851/library enhancement tyler
  • Loading branch information
shindiogawa authored Feb 29, 2024
2 parents c1f53a7 + 95b6aa5 commit ade369e
Show file tree
Hide file tree
Showing 7 changed files with 519 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.1.11
current_version = 0.1.12
commit = True
tag = True
tag_name = {new_version}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ jobs:
uses: pypa/gh-action-pypi-publish@release/v1
with:
user: ${{ secrets.PYPI_USERNAME }}
password: ${{ secrets.PYPI_PASSWORD }}
password: ${{ secrets.PYPI_PASSWORD }}
3 changes: 3 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ repos:
- id: mixed-line-ending
- id: trailing-whitespace
- id: check-toml
- id: check-yaml
exclude: '^\.github/'


# Run the Ruff linter.
- repo: https://github.com/astral-sh/ruff-pre-commit
Expand Down
Loading

0 comments on commit ade369e

Please sign in to comment.