Skip to content

Commit

Permalink
ci: Push wheels to S3
Browse files Browse the repository at this point in the history
  • Loading branch information
kmurphy4 committed Sep 28, 2024
1 parent e55517c commit aaac0ec
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/build_wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,18 @@ jobs:
python3 -m build --outdir=dist --wheel
python3 -m pip install --no-index --find-links=dist pypff-stubs
mypy --strict -c 'import pypff; reveal_type(pypff.file)'
- name: Publish wheels
if: TODO
run: |
aws \
s3 \
cp \
--region us-east-1 \
dist/libpff-python*.whl \
s3://everlaw-build-artifacts/libpff/
aws \
s3 \
cp \
--region us-east-1 \
stubs/dist/pypff-stubs*.whl \
s3://everlaw-build-artifacts/libpff/

0 comments on commit aaac0ec

Please sign in to comment.