Skip to content

Commit cd65e57

Browse files
authored
Fixed yaml file (#1121)
1 parent c5dc968 commit cd65e57

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,3 +51,5 @@ jobs:
5151
- name: Publish package distributions to PyPI
5252
if: env.changed == 'true'
5353
uses: pypa/gh-action-pypi-publish@release/v1
54+
with:
55+
packages-dir: autorag/dist/

autorag/autorag/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.3.15
1+
0.3.16

0 commit comments

Comments
 (0)