🌐 AI搜索 & 代理 主页
Skip to content

Commit 20c7698

Browse files
authored
Merge pull request #10 from postgresml/levkk-fixworkflow
work dir
2 parents b56f90c + b0d6421 commit 20c7698

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/python-publish.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,11 @@ jobs:
1818
python -m pip install --upgrade pip
1919
pip install build
2020
- name: Build package
21-
run: cd pgml && python -m build
21+
run: python -m build
22+
working-directory: ./pgml
2223
- name: Publish package
2324
uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
25+
working-directory: ./pgml
2426
with:
2527
user: __token__
2628
password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)