From 507d65ec4ffae8619a56eaf33abb6f9cd1031fff Mon Sep 17 00:00:00 2001 From: fritz-astronomer <80706212+fritz-astronomer@users.noreply.github.com> Date: Tue, 27 Aug 2024 22:38:43 -0400 Subject: [PATCH] hotfix cicd: rm .pyz before pushing to pypi --- .github/workflows/deploy.yml | 2 +- .gitignore | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index add0912..32fcc41 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -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 diff --git a/.gitignore b/.gitignore index f97feec..77599d8 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ site build *output* __pycache__ +.env