From 31330d92543dba7b0cd6b31415fe0358e4c55c70 Mon Sep 17 00:00:00 2001 From: Fotis Nikolaidis Date: Thu, 20 Jun 2024 17:12:19 +0300 Subject: [PATCH] disable wheel checking (#2195) Signed-off-by: Fotis Nikolaidis --- .github/workflows/release.yaml | 2 +- Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index eb5a01fa8d..f793054d7a 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -34,7 +34,7 @@ jobs: - name: Check wheel contents run: | python -m pip install check-wheel-contents - check-wheel-contents dist + # check-wheel-contents dist - name: Upload artifact uses: actions/upload-artifact@v3 diff --git a/Makefile b/Makefile index 08f572b183..267b925a9f 100644 --- a/Makefile +++ b/Makefile @@ -46,7 +46,7 @@ new_release: ## Release a new version of SuperDuperDB # Push branch and set upstream git push --set-upstream origin release-$(RELEASE_VERSION) - + # Push the specific tag git push origin $(RELEASE_VERSION)