Skip to content

Commit eb2beb0

Browse files
author
GitHub Action
committed
simplify
1 parent c7a4aad commit eb2beb0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/cd.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ jobs:
2626
TAG_NO_PREFIX=$(echo "$TAG" | sed 's/^refs\/tags\///')
2727
# Extract the path of the module to publish from the tag
2828
PACKAGE_PATH=$(echo "$TAG_NO_PREFIX" | rev | cut -d'/' -f2- | rev)
29-
# Extract version to publish from tag
30-
VERSION="${TAG_NO_PREFIX##*/}"
3129
# Save the path to the module and the version for use in the build/publish step to only update the module associated with this tag
3230
echo "PACKAGE_PATH=$PACKAGE_PATH" >> $GITHUB_ENV
3331
- name: Build & Publish to PyPi

0 commit comments

Comments
 (0)