Skip to content

Commit

Permalink
das-node-29: Update working directory
Browse files Browse the repository at this point in the history
  • Loading branch information
levisingularity committed Oct 14, 2024
1 parent 4154097 commit ae3b312
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ jobs:

- name: Install twine
run: pip install twine

- name: Publish Package
working-directory: wheelhouse
run: twine upload $(find . -name *.whl | head -n 1) --username __token__ --password ${{ secrets.PYPI_API_TOKEN }} --non-interactive

0 comments on commit ae3b312

Please sign in to comment.