Skip to content

Commit d880a0b

Browse files
authored
Update pypi-dev.yaml
1 parent fdfd5f5 commit d880a0b

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
@@ -41,7 +41,7 @@ jobs:
4141

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

0 commit comments

Comments
 (0)