Skip to content

Commit

Permalink
Build actions
Browse files Browse the repository at this point in the history
  • Loading branch information
pngwn committed Mar 19, 2024
1 parent 3bdcb8c commit 4623426
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions actions/publish-pypi/dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -34744,9 +34744,7 @@ async function run() {
return p;
})
)).filter(Boolean);
const packages_to_publish_sorted = await topological_sort(
packages_to_publish
);
const packages_to_publish_sorted = await topological_sort(packages_to_publish);
if (packages_to_publish_sorted.length === 0) {
coreExports.info("No packages to publish.");
return;
Expand All @@ -34769,7 +34767,7 @@ async function run() {
"pip",
[
"install",
"twine",
"twine==4",
"--user",
"--upgrade",
"--no-cache-dir",
Expand Down

0 comments on commit 4623426

Please sign in to comment.