Skip to content

Commit

Permalink
bump version - update ruff version for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
jgallowa07 committed Jan 30, 2024
1 parent bf02359 commit 2d4d581
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish_package_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ jobs:

- name: Ruff Linting
uses: chartboost/ruff-action@v1
with:
version: 0.0.289

- name: Black Format Check
uses: psf/black@stable
Expand Down Expand Up @@ -66,4 +68,4 @@ jobs:
- name: Publish package
if: github.event_name == 'release'
uses: pypa/gh-action-pypi-publish@release/v1


0 comments on commit 2d4d581

Please sign in to comment.