Skip to content

Commit 23a81ed

Browse files
committed
Moved pip install build up
1 parent f8b0580 commit 23a81ed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish-to-pypi-on-new-tag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ jobs:
1616
- uses: actions/setup-python@v6.2.0
1717
with:
1818
python-version: 3.x
19+
- run: pip install build
1920
- run: |
2021
TAG="${{ github.event.release.tag_name }}"
2122
PROJECT="${TAG%-*}"
2223
echo "PROJECT=$PROJECT" >> $GITHUB_ENV
23-
- run: pip install build
2424
- run: cd ${{ env.PROJECT }} && python -m build
2525
- uses: pypa/gh-action-pypi-publish@release/v1.14
2626
with:

0 commit comments

Comments
 (0)