We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 454e657 commit 2ba108bCopy full SHA for 2ba108b
.github/workflows/publish.yml
@@ -41,16 +41,6 @@ jobs:
41
42
echo "VERSION=$VERSION" >> $GITHUB_ENV
43
44
- # ensure that the version file in the package will have the correct version
45
- # matching the name of the tag
46
- - name: update-version
47
- shell: bash
48
- run: |
49
- if [[ -n "$VERSION" ]]; then
50
- sed "s|\"latestVersion\":.*$|\"latestVersion\":\"$VERSION\",|g" synapseclient/synapsePythonClient > temp
51
- rm synapseclient/synapsePythonClient
52
- mv temp synapseclient/synapsePythonClient
53
- fi
54
- id: update-version-number-in-toml
55
run: |
56
sed -i "s/version = \".*\"/version = \"$VERSION\"/g" pyproject.toml
0 commit comments