diff --git a/.github/workflows/Publish.yml b/.github/workflows/Publish.yml index 7bc64911..0b8c9e89 100644 --- a/.github/workflows/Publish.yml +++ b/.github/workflows/Publish.yml @@ -13,6 +13,7 @@ jobs: publish-docker: runs-on: ubuntu-latest name: Docker Image + environment: publish steps: - name: Checkout source @@ -61,6 +62,7 @@ jobs: publish-pypi: name: Python Distribution runs-on: ubuntu-latest + environment: publish steps: - name: Set up Python @@ -87,6 +89,7 @@ jobs: trigger-docs: name: Trigger Docs runs-on: ubuntu-latest + environment: publish steps: - name: Update docs