pypa / gh-action-pypi-publish

The blessed :octocat: GitHub Action, for publishing your :package: distribution files to PyPI, the tokenless way: https://github.com/marketplace/actions/pypi-publish
https://packaging.python.org/guides/publishing-package-distribution-releases-using-github-actions-ci-cd-workflows/
BSD 3-Clause "New" or "Revised" License
929 stars 87 forks source link

Fix repository-url to repository_url #208

Closed tdhopper closed 9 months ago

tdhopper commented 9 months ago

@webknjaz Gotcha. I created a new python repo and just added the workflow recommended by Github and it recommended pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29 which didn't work.

webknjaz commented 9 months ago

GitHub is known for suggesting outdated templates/docs. Though, I think some of that was fixed some time ago. Perhaps, you need to update the action version.