Skip to content

Commit

Permalink
Update pythonpackage.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
malcolmmackay committed Jun 27, 2020
1 parent 1c9ded6 commit 2bcc049
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,14 +75,15 @@ jobs:

- name: Delete non-wscodec binaries
run: |
ls -1 | grep -v 'wheelhouse/wscodec.*'${{ matrix.python-version.bldstring }}'-manylinux1_x86_64' | sudo xargs rm -f
cd wheelhouse
ls -1 | grep -v 'wscodec.*'${{ matrix.python-version.bldstring }}'-manylinux1_x86_64' | sudo xargs rm -f
- name: Publish packages to PyPI if commit is Git tagged.
uses: pypa/gh-action-pypi-publish@master
with:
user: __token__
password: ${{ secrets.pypi_password }}
packages_dir: wheelhouse/
packages_dir: .

release_source:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 2bcc049

Please sign in to comment.