We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f189ab2 commit d5a9b7eCopy full SHA for d5a9b7e
.github/workflows/publish-to-test-pypi.yml
@@ -15,7 +15,7 @@ jobs:
15
run: echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\//}
16
- name: Replace version
17
run: |
18
- echo Changing version in setup.py to ${{ steps.get_version.outputs.VERSION
+ echo Changing version in setup.py to ${{ steps.get_version.outputs.VERSION }}
19
sed -i 's/VERSION = ".*"/VERSION = "${{ steps.get_version.outputs.VERSION }}"/g' setup.py
20
- name: Set up Python 3.9
21
uses: actions/setup-python@v1
0 commit comments