Skip to content

Commit 02748ba

Browse files
committed
Address review comments
1 parent b485d4f commit 02748ba

File tree

6 files changed

+3
-11
lines changed

6 files changed

+3
-11
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,6 @@ jobs:
2323
with:
2424
python-version: ${{ matrix.python-version }}
2525

26-
- name: Retrieve wheels
27-
uses: actions/download-artifact@v4
28-
with:
29-
merge-multiple: true
30-
path: wheels
31-
3226
- name: Set up Python ${{ matrix.python-version }}
3327
uses: actions/setup-python@v5
3428
with:
@@ -37,6 +31,8 @@ jobs:
3731
- name: List and check wheels
3832
shell: bash
3933
run: |
34+
# Pin transitive dependency on pkginfo until https://github.com/pypa/twine/issues/1070 is
35+
# fixed
4036
pip install twine pkginfo>=1.10.0
4137
${{ matrix.ls || 'ls -lh' }} wheels/
4238
twine check wheels/*
@@ -64,6 +60,6 @@ jobs:
6460
ls -lAs wheels/
6561
6662
- name: Upload to PyPI
67-
uses: pypa/gh-action-pypi-publish@release/v1.9
63+
uses: pypa/gh-action-pypi-publish@release/v1
6864
with:
6965
packages_dir: wheels/

bazel-bin

Lines changed: 0 additions & 1 deletion
This file was deleted.

bazel-out

Lines changed: 0 additions & 1 deletion
This file was deleted.

bazel-struct2tensor

Lines changed: 0 additions & 1 deletion
This file was deleted.

bazel-testlogs

Lines changed: 0 additions & 1 deletion
This file was deleted.
-1.83 MB
Binary file not shown.

0 commit comments

Comments
 (0)