Skip to content

Commit

Permalink
Merge pull request #7 from astronomer/gha
Browse files Browse the repository at this point in the history
CICD Hotfix: publish to pypi in release not build step
  • Loading branch information
fritz-astronomer authored Aug 28, 2024
2 parents c086e7c + a5e01cb commit 2aee630
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,6 @@ jobs:
with:
name: dist
path: dist/
- uses: pypa/gh-action-pypi-publish@release/v1
if: matrix.os == 'ubuntu-20.04'
with:
skip-existing: true
- run: just build-binary
- uses: actions/upload-artifact@v4
with:
Expand All @@ -61,3 +57,6 @@ jobs:
files: |
binary-*/orbiter-*
dist/*
- uses: pypa/gh-action-pypi-publish@release/v1
with:
skip-existing: true

0 comments on commit 2aee630

Please sign in to comment.