Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit20c7698

Browse files
authored
Merge pull request#10 from postgresml/levkk-fixworkflow
work dir
2 parentsb56f90c +b0d6421 commit20c7698

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)

[8]ページ先頭

©2009-2025 Movatter.jp