mirror of
https://github.com/shadoll/moma.git
synced 2026-08-28 11:33:25 +00:00
fix: Update release workflow to use dynamic wheel file naming and clean up .gitignore
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user