Skip to content

Commit 5268095

Browse files
rllinrllin
authored andcommitted
Update publish.yaml
1 parent ba8fd9f commit 5268095

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/publish.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,15 @@ jobs:
2424
python -m pip install --upgrade pip
2525
pip install setuptools wheel twine
2626
27+
- name: Update help docs
28+
run: |
29+
python setup.py install
30+
python ./tools/api_reference_generator.py ${{ secrets.HELPDOCS_API_KEY }}
31+
2732
- name: Build and publish
2833
env:
2934
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
3035
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
3136
run: |
3237
python setup.py sdist bdist_wheel
3338
twine upload dist/*
34-
35-
- name: Update help docs
36-
run: |
37-
python setup.py install
38-
python ./tools/api_reference_generator.py ${{ secrets.HELPDOCS_API_KEY }}

0 commit comments

Comments
 (0)