scrapy / protego

A pure-Python robots.txt parser with support for modern conventions.
BSD 3-Clause "New" or "Revised" License
54 stars 28 forks source link

Demo #2

Closed anubhavp28 closed 4 years ago

anubhavp28 commented 5 years ago

@kmike @Gallaecio I guess, we will need to setup Travis again for this repository. The repo transfer must have removed it.

kmike commented 5 years ago

hey @anubhavp28! I've enabled Travis. Could you please try pushing something, to check how it works?

anubhavp28 commented 5 years ago

@kmike Currently Travis is not publishing releases to PyPI. I think, it is because we still have dev branch as the default branch. Could you delete dev branch and make master the default. Also could you enable Travis for pull requests?

Gallaecio commented 5 years ago

@anubhavp28 I think it’s because it’s configured to only do that on commits that are tagged.

Also, we should probably change that so that only commits that have a version-like tag are deployed. See how it’s configured in Scrapy.

anubhavp28 commented 5 years ago

@Gallaecio I am not sure how to tag a commit. I created a release using GitHub, which if I am not wrong should have tagged the last commit.

Checking using the command line, I does shows the commit as tagged.

Gallaecio commented 4 years ago

I think we can close this now.