Skip to content

Commit

Permalink
pre-add required fields
Browse files Browse the repository at this point in the history
  • Loading branch information
ric-evans committed Jul 29, 2024
1 parent 41a5521 commit a8a4b5a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,9 @@ runs:
# auto-create a blank toml that will be added to in next steps
# when this action runs on next commit, it will match the 'else' condition below
touch pyproject.toml
# add required fields
echo "[project]" >> pyproject.toml
echo "version = \"0.0.0\"" >> pyproject.toml
else
echo " "
echo "WIPACrepo/wipac-dev-py-setup-action no longer supports 'setup.cfg'"
Expand Down

0 comments on commit a8a4b5a

Please sign in to comment.