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.
1 parent c896b14 commit 48388f2Copy full SHA for 48388f2
1 file changed
.github/workflows/publish-to-pypi-on-new-tag.yml
@@ -35,7 +35,6 @@ jobs:
35
TAG="${GITHUB_REF_NAME}"
36
PROJECT=$(echo "$TAG" | sed -E 's/-[0-9].*$//') # computer-languages-1.2.3 → computer-languages
37
echo "PROJECT=$PROJECT" >> $GITHUB_ENV
38
-
39
- run: pip install build
40
- run: cd ${{ env.PROJECT }} && python -m build
41
- name: Publish to PyPI
0 commit comments