Skip to content

Commit

Permalink
Merge pull request #173 from kazewong/main
Browse files Browse the repository at this point in the history
Sync jim-dev to main to update actions and doc
  • Loading branch information
kazewong authored Dec 1, 2024
2 parents 7205c56 + 3fa2ccb commit da35f0a
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 31 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
run: uv build

- name: Publish package
uses: pypa/gh-action-pypi-publish@v1.8.4
uses: pypa/gh-action-pypi-publish@v1.10.3
with:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies = [
"corner>=2.2.2",
"flowmc>=0.3.4",
"gwpy>=3.0.10",
"jax>=0.4.34",
"jax>=0.4.24, <=0.4.31",
"jaxtyping>=0.2.34",
"pytest>=8.3.3",
"ripplegw>=0.0.9",
Expand Down
9 changes: 8 additions & 1 deletion readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@ build:
os: ubuntu-22.04
tools:
python: "3.11"
commands:
- asdf plugin add uv
- asdf install uv latest
- asdf global uv latest
- uv sync --extra docs --dev
- mkdir -p $READTHEDOCS_OUTPUT/html/
- uv run mkdocs build -d $READTHEDOCS_OUTPUT/html/

mkdocs:
configuration: mkdocs.yml
configuration: mkdocs.yml
52 changes: 24 additions & 28 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit da35f0a

Please sign in to comment.