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 eb2beb0 commit 1c40927Copy full SHA for 1c40927
.github/workflows/cd.yaml
@@ -26,7 +26,7 @@ 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
- # 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
+ # Save the path to the module for use in the build/publish step to only update the module associated with this tag
30
echo "PACKAGE_PATH=$PACKAGE_PATH" >> $GITHUB_ENV
31
- name: Build & Publish to PyPi
32
run: |
0 commit comments