Skip to content

Commit

Permalink
Rename py package validation script (#2543)
Browse files Browse the repository at this point in the history
Summary:
We now build the packages outside of this script, so updating the name to reflect this and avoid confusion.

Pull Request resolved: #2543

Reviewed By: saitcakmak

Differential Revision: D63030513

Pulled By: Balandat

fbshipit-source-id: f9b601169f39b78dcc511231c18bf96594476ac8
  • Loading branch information
Balandat authored and facebook-github-bot committed Sep 19, 2024
1 parent 8536468 commit ab5ffea
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_on_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
python -m build --sdist --wheel
- name: Verify packages
run: |
./scripts/build_and_verify_py_packages.sh
./scripts/verify_py_packages.sh
- name: Deploy to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
env:
ALLOW_LATEST_GPYTORCH_LINOP: true
run: |
./scripts/build_and_verify_py_packages.sh
./scripts/verify_py_packages.sh
- name: Deploy to Test PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
Expand Down
File renamed without changes.

0 comments on commit ab5ffea

Please sign in to comment.