Skip to content

Commit

Permalink
Update Publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
djperrefort committed Aug 28, 2024
1 parent e8a31d5 commit a9cd75e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/Publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
publish-docker:
runs-on: ubuntu-latest
name: Docker Image
environment: publish

steps:
- name: Checkout source
Expand Down Expand Up @@ -61,6 +62,7 @@ jobs:
publish-pypi:
name: Python Distribution
runs-on: ubuntu-latest
environment: publish

steps:
- name: Set up Python
Expand All @@ -87,6 +89,7 @@ jobs:
trigger-docs:
name: Trigger Docs
runs-on: ubuntu-latest
environment: publish

steps:
- name: Update docs
Expand Down

0 comments on commit a9cd75e

Please sign in to comment.