Skip to content

Commit

Permalink
Merge pull request #25 from Matgenix/ml-evs/qtk-public-release
Browse files Browse the repository at this point in the history
Install build during build step
  • Loading branch information
ml-evs authored Oct 6, 2023
2 parents 6128e0c + 175e60e commit b33408e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,9 @@ jobs:
GITHUB_TOKEN: ${{ secrets.RELEASE_PAT_BOT }}

- name: Build source distribution
run: python -m build
run: |
pip install -U build
python -m build
- name: Publish package to Test PyPI first
uses: pypa/gh-action-pypi-publish@release/v1
Expand Down

0 comments on commit b33408e

Please sign in to comment.