Skip to content

Commit 3ccbba2

Browse files
authored
Update cd.yaml
1 parent 86b0673 commit 3ccbba2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/cd.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ jobs:
2828
PACKAGE_PATH=$(echo "$TAG_NO_PREFIX" | rev | cut -d'/' -f2- | rev)
2929
# Extract version to publish from tag
3030
VERSION="${TAG_NO_PREFIX##*/}"
31-
echo $VERSION
3231
# 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
3332
echo "PACKAGE_PATH=$PACKAGE_PATH" >> $GITHUB_ENV
3433
echo "VERSION=$VERSION" >> $GITHUB_ENV
@@ -38,4 +37,4 @@ jobs:
3837
cd $PACKAGE_PATH
3938
# replace version
4039
sed -i "s/^version =.*/version = \"${VERSION}\"/" pyproject.toml
41-
poetry publish --build --username="__token__" --no-interaction --password="${{ secrets.PYPI_TOKEN }}"
40+
poetry publish --build --username="__token__" --no-interaction --password="${{ secrets.PYPI_TOKEN }}"

0 commit comments

Comments
 (0)