Skip to content

Commit

Permalink
quotes?
Browse files Browse the repository at this point in the history
  • Loading branch information
a-quelle committed Jan 18, 2025
1 parent 5340f47 commit 29dffce
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish_emu_base.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Publish emu-base
name: "Publish emu-base"

on:
push:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish_emu_mps.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Publish emu-mps
name: "Publish emu-mps"

on:
workflow_run:
workflows: [Publish emu-base]
workflows: ["Publish emu-base"]
types:
- completed
concurrency:
Expand Down
2 changes: 1 addition & 1 deletion emu_base/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@
"DEFAULT_MAX_KRYLOV_DIM",
]

__version__ = "1.2.2"
__version__ = "1.2.3"

0 comments on commit 29dffce

Please sign in to comment.