Skip to content

Commit d5a9b7e

Browse files
committed
another way to write version
1 parent f189ab2 commit d5a9b7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-to-test-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
run: echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\//}
1616
- name: Replace version
1717
run: |
18-
echo Changing version in setup.py to ${{ steps.get_version.outputs.VERSION
18+
echo Changing version in setup.py to ${{ steps.get_version.outputs.VERSION }}
1919
sed -i 's/VERSION = ".*"/VERSION = "${{ steps.get_version.outputs.VERSION }}"/g' setup.py
2020
- name: Set up Python 3.9
2121
uses: actions/setup-python@v1

0 commit comments

Comments
 (0)