Skip to content

Commit

Permalink
Install build during... build
Browse files Browse the repository at this point in the history
  • Loading branch information
ml-evs committed Oct 6, 2023
1 parent eeb1212 commit 175e60e
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 175e60e

Please sign in to comment.