AdamOswald / tes

2 stars 1 forks source link

Update pypa/gh-action-pypi-publish digest to c542b72 #121

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
pypa/gh-action-pypi-publish action digest 7eb3b70 -> c542b72

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

â™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.

performance-testing-bot[bot] commented 1 year ago

Unable to locate .performanceTestingBot config file

viezly[bot] commented 1 year ago

Pull request by bot. No need to analyze

difflens[bot] commented 1 year ago

View changes in DiffLens

guide-bot[bot] commented 1 year ago

Thanks for opening this Pull Request! We need you to:

  1. Fill out the description.

    Action: Edit description and replace <!- ... --> with actual values.

  2. Complete the activities.

    Action: Complete If you want to rebase/retry this PR, check this box

    If an activity is not applicable, use '\~activity description\~' to mark it not applicable.

senior-dev-bot[bot] commented 1 year ago

Senior-Dev Bot :robot:

Diff 1:

The code change looks good, but it's important to ensure that Github Actions dependencies are up to date. I suggest checking for any new versions of the pypa/gh-action-pypi-publish package and upgrading accordingly. This will ensure that we have access to the latest features and bug fixes.

-      uses: pypa/gh-action-pypi-publish@7eb3b701d11256e583f5b49899c5e7203deab573
+      uses: pypa/gh-action-pypi-publish@latest

We should also consider adding a step to confirm that the package was successfully published to PyPI before continuing with the rest of the Action. This can be achieved by checking if the package is listed on PyPI using the following command:

curl -I https://pypi.org/project/{package}-{version}.tar.gz | head -n 1 | grep "HTTP/1.[01] [23]0[0-9]"