CI: Fixes package dir when building pypi package

pull/73/head
Tpt 4 years ago
parent 303a36e995
commit f8c56e2526
  1. 2
      .github/workflows/release.yml

@ -74,7 +74,7 @@ jobs:
with: with:
user: __token__ user: __token__
password: ${{ secrets.PYPI_PASSWORD }} password: ${{ secrets.PYPI_PASSWORD }}
packages_dir: ./python/target/wheels packages_dir: ./target/wheels
publish_npm: publish_npm:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:

Loading…
Cancel
Save