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 17d7e8f commit 47d4d1eCopy full SHA for 47d4d1e
.github/workflows/build_whl.yml
@@ -51,5 +51,7 @@ jobs:
51
path: |
52
dist/*.tar.gz
53
dist/*.whl
54
+ overwrite: true
55
+
56
57
.github/workflows/release.yml
@@ -40,7 +40,7 @@ jobs:
40
41
42
prerelease: false
43
- name: "BMTrain v0.2.3"
+ name: "BMTrain"
44
token: ${{ secrets.RELEASE_TOKEN }}
45
tag_name: ${{ steps.create_release.outputs.tag }}
46
env:
0 commit comments