jabesq-org / pyatmo

Simple API to access Netatmo weather station data from any python script (for Netatmo information, see www.netatmo.com)
MIT License
27 stars 29 forks source link

fix test pypi action #505

Closed cgtobi closed 3 months ago

cgtobi commented 3 months ago

Summary by Sourcery

Correct the repository URL key format in the Test PyPI workflow to ensure proper functionality.

CI:

sourcery-ai[bot] commented 3 months ago

Reviewer's Guide by Sourcery

This pull request makes minor adjustments to the GitHub Actions workflows for publishing packages to PyPI and TestPyPI. The changes primarily focus on formatting and correcting a parameter name in the TestPyPI publishing action.

File-Level Changes

Files Changes
.github/workflows/publish-to-pypi.yml Updated the tag format for triggering the PyPI publish action from 'v' to "v"
.github/workflows/publish-to-pypi.yml Adjusted formatting of commented-out TestPyPI publishing step in the PyPI workflow
.github/workflows/publish-to-pypi.yml
.github/workflows/publish-to-test-pypi.yml
Corrected the parameter name for the TestPyPI repository URL from 'repository_url' to 'repository-url' in both workflows
.github/workflows/publish-to-test-pypi.yml Removed an empty line in the TestPyPI workflow file

Tips - Trigger a new Sourcery review by commenting `@sourcery-ai review` on the pull request. - Continue your discussion with Sourcery by replying directly to review comments. - You can change your review settings at any time by accessing your [dashboard](https://app.sourcery.ai): - Enable or disable the Sourcery-generated pull request summary or reviewer's guide; - Change the review language; - You can always [contact us](mailto:support@sourcery.ai) if you have any questions or feedback.