Skip to content

Commit

Permalink
build wheel
Browse files Browse the repository at this point in the history
  • Loading branch information
keepingitneil committed Jan 12, 2024
1 parent ea4b090 commit d0ff2db
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ jobs:
- name: Install pdoc
run: python -m pip install --upgrade pdoc

- name: Install cibuildwheel
run: python -m pip install cibuildwheel

- name: Build Wheel
run: python -m cibuildwheel --output-dir dist --platform linux ./$ {{ inputs.package_dir }}}

Expand All @@ -58,7 +61,7 @@ jobs:
run: python -m pip install dist/*.whl

- name: Build Docs
run: source venv/bin/activate && python -m pdoc ${{ inputs.package_name }} --docformat=google --output-dir docs
run: python -m pdoc ${{ inputs.package_name }} --docformat=google --output-dir docs

- name: S3 Upload
run: aws s3 cp docs/ s3://livekit-docs/${{ inputs.package_dir }} --recursive
Expand Down

0 comments on commit d0ff2db

Please sign in to comment.