Skip to content

Commit

Permalink
remove spaces from name
Browse files Browse the repository at this point in the history
  • Loading branch information
a-quelle committed Jan 18, 2025
1 parent 29dffce commit d5301dc
Show file tree
Hide file tree
Showing 3 changed files with 5 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: emu-base

on:
push:
Expand Down
5 changes: 3 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: emu-mps

on:
workflow_run:
workflows: ["Publish emu-base"]
workflows: [emu-base]
types:
- completed
concurrency:
Expand All @@ -13,6 +13,7 @@ jobs:
publish_emu_mps:
name: Publish emu-mps to PyPI
#if: startsWith(github.ref, 'refs/tags/v')
if: ${{ github.event.workflow_run.conclusion == 'success' }}
runs-on: ubuntu-latest
permissions:
# IMPORTANT: this permission is mandatory for trusted publishing
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.3"
__version__ = "1.2.4"

0 comments on commit d5301dc

Please sign in to comment.