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 bd29dec commit f189ab2Copy full SHA for f189ab2
.github/workflows/publish-to-test-pypi.yml
@@ -15,8 +15,8 @@ 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 }}
19
- sed -i 's/VERSION = ".*"/VERSION = "{{ steps.get_version.outputs.VERSION }}"/g' setup.py
+ echo Changing version in setup.py to ${{ steps.get_version.outputs.VERSION
+ 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
22
with:
0 commit comments