Skip to content

Commit 35e2596

Browse files
committed
config build publish
1 parent 98c9230 commit 35e2596

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,8 @@ 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; }
8887
poetry config repositories.data-platform-data-diff ${{ secrets.CODEARTIFACT_URL }}
88+
poetry build --format wheel || { echo "Failed to build the wheel"; exit 1; }
8989
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; }
9090
9191
- name: Publish new version

0 commit comments

Comments
 (0)