Skip to content

Commit

Permalink
Merge pull request #10 from astronomer/cicd
Browse files Browse the repository at this point in the history
hotfix cicd: rm .pyz before pushing to pypi
  • Loading branch information
fritz-astronomer authored Aug 28, 2024
2 parents bb2db05 + 507d65e commit c462868
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
write
steps:
- uses: actions/download-artifact@v4
- run: ls -R
- run: ls -R && rm -f dist/*.pyz
- uses: pypa/gh-action-pypi-publish@release/v1
with:
skip-existing: true
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ site
build
*output*
__pycache__
.env

0 comments on commit c462868

Please sign in to comment.