Skip to content

Commit

Permalink
verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
a-quelle committed Jan 18, 2025
1 parent 01ad170 commit 0bd13e8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/publish_emu_base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ concurrency:

jobs:
publish_emu_base:
name: Publish to emu-base to PyPI
name: Publish emu-base to PyPI
#if: startsWith(github.ref, 'refs/tags/v')
runs-on: ubuntu-latest
permissions:
Expand All @@ -40,3 +40,4 @@ jobs:
with:
repository-url: https://test.pypi.org/legacy/
packages-dir: ${{ github.workspace }}/ci/emu_base/dist
verbose: true
3 changes: 2 additions & 1 deletion .github/workflows/publish_emu_mps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ concurrency:

jobs:
publish_emu_mps:
name: Publish to emu-base to PyPI
name: Publish emu-mps to PyPI
#if: startsWith(github.ref, 'refs/tags/v')
runs-on: ubuntu-latest
permissions:
Expand All @@ -38,6 +38,7 @@ jobs:
with:
repository-url: https://test.pypi.org/legacy/
packages-dir: ${{ github.workspace }}/ci/emu_mps/dist
verbose: true
deploy_docs:
name: Deploy docs (ubuntu)
needs: publish_emu_mps
Expand Down

0 comments on commit 0bd13e8

Please sign in to comment.