Skip to content

Commit 3888655

Browse files
authored
Update finfeedapi-sec-api-rest-publish-pypi-legacy.yaml
1 parent 58d00b6 commit 3888655

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/finfeedapi-sec-api-rest-publish-pypi-legacy.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
branches:
66
- master # Or your primary branch name
77
paths:
8-
- 'finfeedapi/sec-api/sdk/python/**' # Watch for changes in the Python SDK directory
8+
- 'finfeedapi/sec-api-rest/sdk/python/**' # Watch for changes in the Python SDK directory
99

1010
jobs:
1111
pypi-publish:
@@ -33,4 +33,4 @@ jobs:
3333
run: python -m build --sdist --wheel --outdir dist/ .
3434

3535
- name: deploy
36-
run: python -m twine upload dist/* -u __token__ -p ${{ secrets.PYPI_TOKEN }} || exit 0
36+
run: python -m twine upload dist/* -u __token__ -p ${{ secrets.PYPI_TOKEN }} || exit 0

0 commit comments

Comments
 (0)