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 d480521 commit a0d63e8Copy full SHA for a0d63e8
.github/workflows/publish.yml
@@ -6,11 +6,11 @@
6
# separate terms of service, privacy policy, and support
7
# documentation.
8
9
-name: Upload Python Package
+name: Publish Python Package
10
11
on:
12
- release:
13
- types: [published]
+ push:
+ branches: [main, master]
14
15
permissions:
16
contents: read
@@ -51,7 +51,7 @@ jobs:
51
environment:
52
name: pypi
53
# OPTIONAL: uncomment and update to include your PyPI project URL in the deployment status:
54
- # url: https://pypi.org/p/YOURPROJECT
+ url: https://pypi.org/p/lmeval-framework
55
#
56
# ALTERNATIVE: if your GitHub Release name is the PyPI project version string
57
# ALTERNATIVE: exactly, uncomment the following line instead:
0 commit comments