Skip to content

Commit 2bcc049

Browse files
Update pythonpackage.yml
1 parent 1c9ded6 commit 2bcc049

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/pythonpackage.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,14 +75,15 @@ jobs:
7575

7676
- name: Delete non-wscodec binaries
7777
run: |
78-
ls -1 | grep -v 'wheelhouse/wscodec.*'${{ matrix.python-version.bldstring }}'-manylinux1_x86_64' | sudo xargs rm -f
78+
cd wheelhouse
79+
ls -1 | grep -v 'wscodec.*'${{ matrix.python-version.bldstring }}'-manylinux1_x86_64' | sudo xargs rm -f
7980
8081
- name: Publish packages to PyPI if commit is Git tagged.
8182
uses: pypa/gh-action-pypi-publish@master
8283
with:
8384
user: __token__
8485
password: ${{ secrets.pypi_password }}
85-
packages_dir: wheelhouse/
86+
packages_dir: .
8687

8788
release_source:
8889
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)