Skip to content

Commit 2ba108b

Browse files
committed
remove unnecessary part
1 parent 454e657 commit 2ba108b

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.github/workflows/publish.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -41,16 +41,6 @@ jobs:
4141
4242
echo "VERSION=$VERSION" >> $GITHUB_ENV
4343
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
5444
- id: update-version-number-in-toml
5545
run: |
5646
sed -i "s/version = \".*\"/version = \"$VERSION\"/g" pyproject.toml

0 commit comments

Comments
 (0)