Skip to content

Commit 3a94f09

Browse files
author
Lincoln Stein
committed
harmonize names of deployment workflows
1 parent 9da8d1c commit 3a94f09

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ name: Deploy to PyPI and DockerHub
33
on:
44
workflow_dispatch:
55

6+
jobs:
7+
show-name:
8+
runs-on: ubuntu-latest
9+
steps:
10+
- run: echo "Starting Deploy to PyPI and DockerHub workflow"
11+
612
jobs:
713
pypi-deploy:
814
uses: ./.github/workflows/pypi.yml

.github/workflows/pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Release to PyPi
1+
name: Deploy to PyPi
22

33
on:
44
workflow_call:

0 commit comments

Comments
 (0)