Skip to content

Commit 98c9230

Browse files
committed
add build
1 parent 4ccd9ab commit 98c9230

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/_publish-data-platform-data-diff.yml

+1
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ jobs:
8484
DEV_VERSION="$CURRENT_VERSION-dev+${GITHUB_SHA:0:7}"
8585
echo $DEV_VERSION > version.txt
8686
poetry run toml set --toml-path pyproject.toml tool.poetry.version $DEV_VERSION || { echo "Failed to set dev version in pyproject.toml"; exit 1; }
87+
poetry build --format wheel || { echo "Failed to build the wheel"; exit 1; }
8788
poetry config repositories.data-platform-data-diff ${{ secrets.CODEARTIFACT_URL }}
8889
poetry publish --repository data-platform-data-diff --username aws --password $(aws codeartifact --region ${{ secrets.AWS_REGION }} get-authorization-token --domain coinlist --query authorizationToken --output text 2>/dev/null) || { echo "Failed to publish the dev package"; exit 1; }
8990

0 commit comments

Comments
 (0)