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)