You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: