fix: Update release workflow to use dynamic wheel file naming and clean up .gitignore

This commit is contained in:
sha
2026-04-12 23:06:02 +03:00
parent 9ba9754840
commit d9943db88b
3 changed files with 3 additions and 3 deletions
+3 -2
View File
@@ -45,8 +45,9 @@ jobs:
- name: Create short-name and latest aliases
run: |
cp dist/moma-${{ steps.version.outputs.version }}-py3-none-any.whl dist/moma-${{ steps.version.outputs.version }}.whl
cp dist/moma-${{ steps.version.outputs.version }}-py3-none-any.whl dist/moma-latest.whl
WHL=$(ls dist/moma-${{ steps.version.outputs.version }}-*.whl)
cp "$WHL" dist/moma-${{ steps.version.outputs.version }}.whl
cp "$WHL" dist/moma-latest.whl
cp dist/moma-${{ steps.version.outputs.version }}.tar.gz dist/moma-latest.tar.gz
- name: Create GitHub Release