Skip to content

Commit

Permalink
Disable 'check_cpp_sdist_released' test again.
Browse files Browse the repository at this point in the history
  • Loading branch information
jpivarski committed Dec 10, 2022
1 parent 4113908 commit 97999a3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,10 @@ 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
# # I have to disable this again because of https://github.com/scikit-hep/awkward/actions/runs/3661829034/jobs/6190425194
# # I did an explicit check, verifying that the `main` branch works with `awkward-cpp` from PyPI.
# - 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 97999a3

Please sign in to comment.