Skip to content

Commit a0d63e8

Browse files
authored
Update publish.yml
1 parent d480521 commit a0d63e8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/publish.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
# separate terms of service, privacy policy, and support
77
# documentation.
88

9-
name: Upload Python Package
9+
name: Publish Python Package
1010

1111
on:
12-
release:
13-
types: [published]
12+
push:
13+
branches: [main, master]
1414

1515
permissions:
1616
contents: read
@@ -51,7 +51,7 @@ jobs:
5151
environment:
5252
name: pypi
5353
# OPTIONAL: uncomment and update to include your PyPI project URL in the deployment status:
54-
# url: https://pypi.org/p/YOURPROJECT
54+
url: https://pypi.org/p/lmeval-framework
5555
#
5656
# ALTERNATIVE: if your GitHub Release name is the PyPI project version string
5757
# ALTERNATIVE: exactly, uncomment the following line instead:

0 commit comments

Comments
 (0)