Skip to content

Commit

Permalink
Turn off the awkward-cpp check; verified zero difference, but it stil…
Browse files Browse the repository at this point in the history
…l triggers.
  • Loading branch information
jpivarski committed Dec 6, 2022
1 parent 150d0f9 commit 687a773
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,9 @@ jobs:
- name: Build awkward-cpp sdist
run: pipx run build --sdist awkward-cpp

- name: Check sdist matches PyPI
run: pipx run nox -s check_cpp_sdist_released -- awkward-cpp/dist/awkward-cpp*.tar.gz
# # The constraint is currently too tight: fails when PyPI is up-to-date
# - name: Check sdist matches PyPI
# run: pipx run nox -s check_cpp_sdist_released -- awkward-cpp/dist/awkward-cpp*.tar.gz

build:
name: "Build wheel & sdist"
Expand Down

0 comments on commit 687a773

Please sign in to comment.