Skip to content

Commit

Permalink
cicd hotfix: move pypi env stuff to release block
Browse files Browse the repository at this point in the history
  • Loading branch information
fritz-astronomer committed Aug 28, 2024
1 parent e7fef3d commit 3adab43
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,6 @@ jobs:
- "macos-latest"
# --8<-- [end:oses]
runs-on: ${{ matrix.os }}
environment:
name: pypi
url: https://pypi.org/p/astronomer-orbiter
permissions:
id-token: write
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
Expand All @@ -47,6 +42,12 @@ jobs:
release:
needs: build
runs-on: "ubuntu-latest"
environment:
name: pypi
url: https://pypi.org/p/astronomer-orbiter
permissions:
id-token:
write
steps:
- uses: actions/download-artifact@v4
- run: ls -R
Expand Down

0 comments on commit 3adab43

Please sign in to comment.