Skip to content

Commit

Permalink
Update pyproject.yml libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaprieto committed Nov 18, 2024
1 parent 2340b08 commit 41bb1c0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ python = ">=3.10,<3.14"
mkdocs = "^1.6.1"
click = "^8.1.7"
semver = "^3.0.2"
mkdocs-material = "^9.5.40"
mkdocs-material = "^9.5.44"
questionary = "^2.0.1"
python-dotenv = "^1.0.1"
bs4 = "^0.0.2"
Expand Down
3 changes: 2 additions & 1 deletion src/fixtures/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ env:
GH_TOKEN: ${{{{ secrets.GITHUB_TOKEN }}}}
PYTHON_VERSION: 3.x
POETRY_VERSION: 1.8.3
JUVIX_VERSION: {juvix_version}
GIT_COMMITTER_EMAIL: {site_author_email}
GIT_COMMITTER_NAME: {site_author}
BRANCH_NAME: ${{{{ github.head_ref || github.ref_name }}}}
Expand All @@ -31,7 +32,7 @@ jobs:
uses: jaxxstorm/[email protected]
with:
repo: anoma/juvix
tag: v{juvix_version}
tag: v${{{{ env.JUVIX_VERSION }}}}
cache: enable
rename-to: juvix
chmod: 0755
Expand Down

0 comments on commit 41bb1c0

Please sign in to comment.