Closed cgtobi closed 3 months ago
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.
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 |
Summary by Sourcery
Correct the repository URL key format in the Test PyPI workflow to ensure proper functionality.
CI: