Skip to content

Commit 992c3a9

Browse files
authored
update release workflow for llama-index-server (#525)
1 parent 2a4fb70 commit 992c3a9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release_llama_index_server.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,8 @@ jobs:
114114
with:
115115
python_version: "3.11"
116116
pypi_token: ${{ secrets.LLAMA_INDEX_PYPI_TOKEN }}
117-
ignore_dev_requirements: "yes"
117+
package_directory: "llama-index-server"
118+
poetry_install_options: "--without dev"
118119

119120
- name: Create GitHub Release
120121
uses: softprops/action-gh-release@v2

0 commit comments

Comments
 (0)