We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58d00b6 commit 3888655Copy full SHA for 3888655
.github/workflows/finfeedapi-sec-api-rest-publish-pypi-legacy.yaml
@@ -5,7 +5,7 @@ on:
5
branches:
6
- master # Or your primary branch name
7
paths:
8
- - 'finfeedapi/sec-api/sdk/python/**' # Watch for changes in the Python SDK directory
+ - 'finfeedapi/sec-api-rest/sdk/python/**' # Watch for changes in the Python SDK directory
9
10
jobs:
11
pypi-publish:
@@ -33,4 +33,4 @@ jobs:
33
run: python -m build --sdist --wheel --outdir dist/ .
34
35
- name: deploy
36
- run: python -m twine upload dist/* -u __token__ -p ${{ secrets.PYPI_TOKEN }} || exit 0
+ run: python -m twine upload dist/* -u __token__ -p ${{ secrets.PYPI_TOKEN }} || exit 0
0 commit comments