Skip to content

Commit

Permalink
Merge pull request #321 from Ciela-Institute/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
ConnorStoneAstro authored Jan 29, 2025
2 parents ddc2e09 + 2fe20eb commit 32c017f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
ls -ltrh
ls -ltrh dist
- name: Publish to Test PyPI
uses: pypa/[email protected].3
uses: pypa/[email protected].4
with:
repository-url: https://test.pypi.org/legacy/
verbose: true
Expand Down Expand Up @@ -95,5 +95,5 @@ jobs:
name: artifact
path: dist

- uses: pypa/[email protected].3
- uses: pypa/[email protected].4
if: startsWith(github.ref, 'refs/tags')
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ repos:
args: [--prose-wrap=always]

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.9.2"
rev: "v0.9.3"
hooks:
- id: ruff
args: ["--fix", "--show-fixes"]
Expand All @@ -69,7 +69,7 @@ repos:
- pytest

- repo: https://github.com/codespell-project/codespell
rev: "v2.3.0"
rev: "v2.4.0"
hooks:
- id: codespell
args: ["--write-changes", "--ignore-words", ".codespell-whitelist"]
Expand Down

0 comments on commit 32c017f

Please sign in to comment.