Skip to content

Commit 48388f2

Browse files
committed
Deleted line break
1 parent c896b14 commit 48388f2

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ jobs:
3535
TAG="${GITHUB_REF_NAME}"
3636
PROJECT=$(echo "$TAG" | sed -E 's/-[0-9].*$//') # computer-languages-1.2.3 → computer-languages
3737
echo "PROJECT=$PROJECT" >> $GITHUB_ENV
38-
3938
- run: pip install build
4039
- run: cd ${{ env.PROJECT }} && python -m build
4140
- name: Publish to PyPI

0 commit comments

Comments
 (0)