Skip to content

Commit

Permalink
pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
oliver-zehentleitner committed Nov 11, 2023
1 parent 041dd0b commit a4ab14d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pypi/create_wheel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@


security-check() {
echo -n "Did you change the version in \`build_wheels.yml\`, \`CHANGELOG.md\`, \`sphinx/source/conf.py\`, \`setup.py\` and \`/manager.py\`? [yes|NO] "
echo -n "Did you change the version in \`build_wheels.yml\`, \`CHANGELOG.md\`, \`sphinx/source/conf.py\`, \`setup.py\`, \`pyproject.toml\` and \`/manager.py\`? [yes|NO] "
local SURE
read SURE
if [ "$SURE" != "yes" ]; then
Expand Down

0 comments on commit a4ab14d

Please sign in to comment.