Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix deprecated option in github-deploy example #1593

Merged
merged 1 commit into from Sep 5, 2023

Conversation

NyanKiyoshi
Copy link
Contributor

@NyanKiyoshi NyanKiyoshi commented Sep 1, 2023

The github-deploy.yml example workflow was using a deprecated argument repository_url which is now repository-url since v1.7.0 (https://github.com/pypa/gh-action-pypi-publish/releases/tag/v1.7.0 + https://github.com/pypa/gh-action-pypi-publish/blob/b7f401de30cb6434a1e19f805ff006643653240e/action.yml#L15)

Thus fixing the warning in GitHub workflows:

Warning: Input 'repository_url' has been deprecated with message: The inputs have been normalized to use kebab-case. Use repository-url instead.

The `github-deploy.yml` example workflow was using a deprecated argument `repository_url` which is not `repository-url` since v1.7.0 (https://github.com/pypa/gh-action-pypi-publish/releases/tag/v1.7.0 + https://github.com/pypa/gh-action-pypi-publish/blob/b7f401de30cb6434a1e19f805ff006643653240e/action.yml#L15)

Thus fixing the warning in GitHub workflows:

> Warning: Input 'repository_url' has been deprecated with message: The inputs have been normalized to use kebab-case. Use `repository-url` instead.
@henryiii henryiii merged commit 82a1f99 into pypa:main Sep 5, 2023
23 checks passed
@NyanKiyoshi NyanKiyoshi deleted the patch-1 branch September 6, 2023 08:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants