Skip to content

Commit 1888162

Browse files
authored
Update release.yml
1 parent 835e77f commit 1888162

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@ jobs:
3434
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
3535
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
3636
run: |
37-
sed -i "s/latest/${{ steps.release.outputs.VERSION }}" setup.py
37+
sed -i "s/latest/${{ steps.release.outputs.VERSION }}/g" setup.py
3838
python setup.py sdist bdist_wheel
3939
twine upload dist/*

0 commit comments

Comments
 (0)