Skip to content

Commit

Permalink
Address review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
peytondmurray committed Oct 12, 2024
1 parent b485d4f commit 02748ba
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 11 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,6 @@ jobs:
with:
python-version: ${{ matrix.python-version }}

- name: Retrieve wheels
uses: actions/download-artifact@v4
with:
merge-multiple: true
path: wheels

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
with:
Expand All @@ -37,6 +31,8 @@ jobs:
- name: List and check wheels
shell: bash
run: |
# Pin transitive dependency on pkginfo until https://github.com/pypa/twine/issues/1070 is
# fixed
pip install twine pkginfo>=1.10.0
${{ matrix.ls || 'ls -lh' }} wheels/
twine check wheels/*
Expand Down Expand Up @@ -64,6 +60,6 @@ jobs:
ls -lAs wheels/
- name: Upload to PyPI
uses: pypa/gh-action-pypi-publish@release/v1.9
uses: pypa/gh-action-pypi-publish@release/v1
with:
packages_dir: wheels/
1 change: 0 additions & 1 deletion bazel-bin

This file was deleted.

1 change: 0 additions & 1 deletion bazel-out

This file was deleted.

1 change: 0 additions & 1 deletion bazel-struct2tensor

This file was deleted.

1 change: 0 additions & 1 deletion bazel-testlogs

This file was deleted.

Binary file not shown.

0 comments on commit 02748ba

Please sign in to comment.