python-twitter-tools / twitter

Python Twitter API
http://mike.verdone.ca/twitter/
MIT License
3.17k stars 710 forks source link

Deploy: Fix deprecation warning with pypa/gh-action-pypi-publish@master #452

Closed hugovk closed 1 year ago

hugovk commented 1 year ago

https://github.com/pypa/gh-action-pypi-publish#-master-branch-sunset- says:

The master branch version has been sunset. Please, change the GitHub Action version you use from master to release/v1 or use an exact tag, or a full Git commit SHA.

And there are warnings for example at https://github.com/python-twitter-tools/twitter/actions/runs/3051809874

So let's use pypa/gh-action-pypi-publish@release/v1

Also bump actions/checkout whilst we're here.

coveralls commented 1 year ago

Pull Request Test Coverage Report for Build 3053106032


Totals Coverage Status
Change from base Build 3051803496: 0.0%
Covered Lines: 652
Relevant Lines: 2082

💛 - Coveralls