Skip to content

Commit

Permalink
remove trailing whitespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
wkliao committed Aug 9, 2024
1 parent b242371 commit c6cf9c0
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/pnetcdf_c_master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
run: |
export PATH=${MPICH_DIR}/bin:${PATH}
make ptests
- name: Re-install PnetCDF-Python from source distribution
run: |
pip uninstall -y pnetcdf
Expand All @@ -109,9 +109,9 @@ jobs:
make ptests
# - name: Tarball
# run: |
# export PATH=${NETCDF_DIR}/bin:${PATH}
# python setup.py --version
# export PATH=${NETCDF_DIR}/bin:${PATH}
# python setup.py --version
# check-manifest --version
# check-manifest --verbose
# pip wheel . -w dist --no-deps
# twine check dist/*
# check-manifest --verbose
# pip wheel . -w dist --no-deps
# twine check dist/*
10 changes: 5 additions & 5 deletions .github/workflows/pnetcdf_c_official.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,9 +108,9 @@ jobs:
# - name: Tarball
# run: |
# export PATH=${NETCDF_DIR}/bin:${PATH}
# python setup.py --version
# export PATH=${NETCDF_DIR}/bin:${PATH}
# python setup.py --version
# check-manifest --version
# check-manifest --verbose
# pip wheel . -w dist --no-deps
# twine check dist/*
# check-manifest --verbose
# pip wheel . -w dist --no-deps
# twine check dist/*

0 comments on commit c6cf9c0

Please sign in to comment.