Skip to content

Commit 5ba68e8

Browse files
author
rllin
authored
Update publish.yaml
1 parent 6f62b70 commit 5ba68e8

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/publish.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,18 @@ jobs:
2424
python -m pip install --upgrade pip
2525
pip install setuptools wheel twine
2626
27+
- name: Build
28+
run: |
29+
python setup.py sdist bdist_wheel
30+
2731
- name: Update help docs
2832
run: |
2933
python setup.py install
3034
python ./tools/api_reference_generator.py ${{ secrets.HELPDOCS_API_KEY }}
3135
32-
- name: Build and publish
36+
- name: Publish
3337
env:
3438
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
3539
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
3640
run: |
37-
python setup.py sdist bdist_wheel
3841
twine upload dist/*

0 commit comments

Comments
 (0)