Skip to content

Commit

Permalink
Workflow fix (#168)
Browse files Browse the repository at this point in the history
  • Loading branch information
vijayvammi authored Dec 25, 2024
1 parent 2b88f7b commit 66359e7
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
branches:
- "main"


jobs:
PRCheck:
uses: "./.github/workflows/pr.yaml"
Expand Down
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,6 @@ notebook = [
examples = [
"pandas>=2.2.3",
]
release = [
"python-semantic-release>=9.15.2",
]

[build-system]
requires = ["hatchling"]
Expand All @@ -62,6 +59,9 @@ docs = [
"mkdocs-click>=0.8.1",
"mkdocstrings-python>=1.12.2",
]
release = [
"python-semantic-release>=9.15.2",
]

[tool.uv.workspace]
members = ["extensions/*"]
Expand Down
8 changes: 4 additions & 4 deletions uv.lock

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

0 comments on commit 66359e7

Please sign in to comment.