Skip to content
This repository was archived by the owner on Mar 24, 2025. It is now read-only.

Commit 7c878c2

Browse files
authored
Update action.yml
1 parent be58e68 commit 7c878c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ runs:
182182
python -m pip install --upgrade pip
183183
python -m pip install flit
184184
185-
sed -i -r 's/[0-9]\.[0-9]\.[0-9]+/&${{ inputs.version_suffix }}/g' src/*/__init__.py
185+
sed -i -r 's/\"[0-9]\.[0-9]\.[0-9]+\"/&\"${{ inputs.version_suffix }}\"/g' src/*/__init__.py
186186
python -m flit publish $repository --repository ${{ inputs.pypi_repo }} --pypirc .pypirc
187187
env:
188188
FLIT_USERNAME: __token__

0 commit comments

Comments
 (0)