We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
pip install build
1 parent f8b0580 commit 23a81edCopy full SHA for 23a81ed
1 file changed
.github/workflows/publish-to-pypi-on-new-tag.yml
@@ -16,11 +16,11 @@ jobs:
16
- uses: actions/setup-python@v6.2.0
17
with:
18
python-version: 3.x
19
+ - run: pip install build
20
- run: |
21
TAG="${{ github.event.release.tag_name }}"
22
PROJECT="${TAG%-*}"
23
echo "PROJECT=$PROJECT" >> $GITHUB_ENV
- - run: pip install build
24
- run: cd ${{ env.PROJECT }} && python -m build
25
- uses: pypa/gh-action-pypi-publish@release/v1.14
26
0 commit comments