Skip to content

Commit

Permalink
fix: ci build command
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrugman committed May 25, 2023
1 parent dba70f2 commit 7d8eced
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }}
repository_username: __token__
repository_password: ${{ secrets.PYPI_TOKEN }}
build_command: pip install build && python -m build

merge-master-back-to-dev:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 7d8eced

Please sign in to comment.