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 c7a4aad commit eb2beb0Copy full SHA for eb2beb0
.github/workflows/cd.yaml
@@ -26,8 +26,6 @@ jobs:
26
TAG_NO_PREFIX=$(echo "$TAG" | sed 's/^refs\/tags\///')
27
# Extract the path of the module to publish from the tag
28
PACKAGE_PATH=$(echo "$TAG_NO_PREFIX" | rev | cut -d'/' -f2- | rev)
29
- # Extract version to publish from tag
30
- VERSION="${TAG_NO_PREFIX##*/}"
31
# 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
32
echo "PACKAGE_PATH=$PACKAGE_PATH" >> $GITHUB_ENV
33
- name: Build & Publish to PyPi
0 commit comments