appveyor / ci

AppVeyor community support repository
https://www.appveyor.com
344 stars 64 forks source link

`readme.md` is not fetched #3873

Open mush42 opened 1 year ago

mush42 commented 1 year ago

Hello,

I've a Python package that uses the file readme.md as the long description for the package in PyPI.

When appveyor. clones the repo it doesn't fetch the readme.md file, which causes a build failure.

What fixes are available?

Best

Bartleby2718 commented 3 months ago

I see my README.md when I do ls in the CI pipeline. You probably added README.md your .gitignore, and it's impossible to debug this without a reproducible example.