Skip to content

Commit acbb2b4

Browse files
authored
Merge pull request #4 from HXSecurity/exexute-patch-1
Update release.yml
2 parents 835e77f + 1888162 commit acbb2b4

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)