Skip to content

Commit 1c5c2fe

Browse files
committed
Merge branch 'main' of https://github.com/HXSecurity/DongTai-SDK-Python into main
2 parents 958009f + acbb2b4 commit 1c5c2fe

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)