Skip to content

Commit

Permalink
disable wheel checking (#2195)
Browse files Browse the repository at this point in the history
Signed-off-by: Fotis Nikolaidis <[email protected]>
  • Loading branch information
fnikolai authored Jun 20, 2024
1 parent 3e4b6fa commit 31330d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 31330d9

Please sign in to comment.