Skip to content

Commit

Permalink
Global Refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
TommasoBelluzzo committed Jul 18, 2021
1 parent 760023b commit 3fe2562
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/package_publishing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,11 +120,8 @@ jobs:
run: |
conda update --quiet conda
conda install --quiet conda-build anaconda-client
wget "https://pypi.io/packages/source/P/PyDTMC/PyDTMC-${VERSION}.tar.gz" -O "/tmp/PyDTMC-${VERSION}.tar.gz"
SHA256=$(openssl sha256 "/tmp/PyDTMC-${VERSION}.tar.gz" | awk '{print $2}')
echo "$SHA256"
echo "s/sha256_placeholder/$SHA256/g"
grep -P "$META_REGEX" "$META_FILE"
sed -i "s/$META_REGEX/$SHA256/g" "$META_FILE"
grep -P "$SHA256" "$META_FILE"
Expand Down

0 comments on commit 3fe2562

Please sign in to comment.