Skip to content

Commit

Permalink
fix(deps): update pypa/gh-action-pypi-publish action to v1.10.0
Browse files Browse the repository at this point in the history
| datasource  | package                     | from   | to      |
| ----------- | --------------------------- | ------ | ------- |
| github-tags | pypa/gh-action-pypi-publish | v1.9.0 | v1.10.0 |


Signed-off-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate-gsuquet[bot] committed Sep 2, 2024
1 parent e33ae6e commit c4835a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deployment-python-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:

- name: Publish to PyPi
if: steps.semantic-release.outputs.released == 'true'
uses: pypa/gh-action-pypi-publish@ec4db0b4ddc65acdf4bff5fa45ac92d78b56bdf0 # v1.9.0
uses: pypa/gh-action-pypi-publish@8a08d616893759ef8e1aa1f2785787c0b97e20d6 # v1.10.0

- name: Publish to GitHub
if: steps.semantic-release.outputs.released == 'true'
Expand Down

0 comments on commit c4835a8

Please sign in to comment.