Skip to content

Commit

Permalink
fix wd
Browse files Browse the repository at this point in the history
  • Loading branch information
havogt committed Dec 13, 2024
1 parent abea4d5 commit 9691c12
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/pypi_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,14 @@ jobs:
run: |
python -m pip install build --user
- name: Build a wheel and a source tarball
working-directory: ./bindings/python
run: |
cd bindings/python
python -m build --sdist --outdir dist/
- name: Upload artifact
working-directory: ./bindings/python
uses: actions/upload-artifact@v3
with:
name: ghex-dist
path: ./dist/**
path: ./bindings/python/dist/**
# publish-pypi:
# name: Publish Python distribution to pypi.org
# runs-on: ubuntu-latest
Expand Down

0 comments on commit 9691c12

Please sign in to comment.