Skip to content

Commit

Permalink
Update scripts (#2944)
Browse files Browse the repository at this point in the history
  • Loading branch information
srikanthccv authored Sep 26, 2022
1 parent c0e8f40 commit 42db164
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
7 changes: 0 additions & 7 deletions scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,4 @@ DISTDIR=dist
fi
)
done
# Build a wheel for each source distribution
(
cd $DISTDIR
for x in *.tar.gz ; do
pip wheel --no-deps $x
done
)
)
2 changes: 1 addition & 1 deletion scripts/eachdist.py
Original file line number Diff line number Diff line change
Expand Up @@ -631,7 +631,7 @@ def update_dependencies(targets, version, packages):
targets,
"pyproject.toml",
rf"({basename(pkg)}.*)==(.*)",
r"\1== " + version,
r"\1== " + version + '",',
)


Expand Down

0 comments on commit 42db164

Please sign in to comment.