Skip to content

Commit

Permalink
remove extra whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
gboeing committed Nov 24, 2023
1 parent a4a1d47 commit fb4c86b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/packaging.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ VERSION=$(hatch version)
rm -rf ./dist
hatch build --clean
twine check --strict ./dist/*
SHA=$(openssl dgst -sha256 -r "./dist/$PACKAGE-$VERSION.tar.gz" | awk '{print $1}')
SHA=$(openssl dgst -sha256 -r "./dist/$PACKAGE-$VERSION.tar.gz" | awk '{print $1}')

# rerender the conda-forge feedstock
cd ../$PACKAGE-feedstock
Expand Down

0 comments on commit fb4c86b

Please sign in to comment.