We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7b583e commit aaee9bbCopy full SHA for aaee9bb
.github/workflows/medcat-v2_release.yml
@@ -204,6 +204,11 @@ jobs:
204
files: |
205
medcat-v2/dist/*
206
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
+
212
- name: Publish to PyPI
213
uses: pypa/gh-action-pypi-publish@release/v1
214
with:
0 commit comments