Skip to content

Commit

Permalink
add to Migration Steps
Browse files Browse the repository at this point in the history
  • Loading branch information
ric-evans committed Jul 29, 2024
1 parent bda5b0e commit b528dac
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,14 +122,14 @@ runs:
echo " "
echo "WIPACrepo/wipac-dev-py-setup-action no longer supports 'setup.cfg'"
echo "Migration Steps:"
echo " 1. Manually move attributes from [wipac:cicd_setup_builder]"
echo " 1. Look at 'pyproject.toml'--this action may have auto-added fields."
echo " Fill out any needed fields."
echo " 2. Manually move attributes from setup.cfg's [wipac:cicd_setup_builder]"
echo " section to WIPACrepo/wipac-dev-py-setup-action's 'with' block."
echo " See https://github.com/WIPACrepo/wipac-dev-py-setup-action#inputs"
echo " 2. Add "
echo " 3. Migrate any non-autogenerated configuration to 'pyproject.toml', "
echo " then delete 'setup.cfg'. If there is no non-autogenerated"
echo " configuration, simply delete 'setup.cfg'."
echo " 4. Push these changes!"
echo " 3. Migrate any non-autogenerated configuration to 'pyproject.toml'."
echo " 4. Delete 'setup.cfg'.
echo " 5. Push these changes!"
exit 1
fi
fi
Expand Down

0 comments on commit b528dac

Please sign in to comment.