Skip to content

Commit aaee9bb

Browse files
committed
Remove install bundles before pushing to PyPI (#44)
1 parent f7b583e commit aaee9bb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/medcat-v2_release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,11 @@ jobs:
204204
files: |
205205
medcat-v2/dist/*
206206
207+
- name: Remove install bundles in preparations for PyPI push
208+
run: |
209+
rm dist/medcat-v${{ needs.build.outputs.version_only }}-*-cpu.tar.gz
210+
# rm dist/medcat-v${{ needs.build.outputs.version_only }}-*-gpu.tar.gz
211+
207212
- name: Publish to PyPI
208213
uses: pypa/gh-action-pypi-publish@release/v1
209214
with:

0 commit comments

Comments
 (0)