Skip to content

Commit 721e92c

Browse files
authored
Update pypi-dev.yaml
1 parent ffe4c38 commit 721e92c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pypi-dev.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040

4141
- name: Install dependencies
4242
run: |
43-
echo "new tag: " ${{ steps.tag_version.outputs.new_tag }} "," ${{ steps.tag_version.outputs.new_version }}
43+
echo "new tag: ${{ steps.tag_version.outputs.new_tag }} ,${{ steps.tag_version.outputs.new_version }} "
4444
pip install -r requirements.txt
4545
python -m pip install --upgrade pip twine build
4646
python -m build --sdist --wheel --outdir dist/ .

0 commit comments

Comments
 (0)