Skip to content

Commit

Permalink
Fix pin for PYPI publish action (#19494)
Browse files Browse the repository at this point in the history
  • Loading branch information
iliakur authored Jan 28, 2025
1 parent 2a6a96a commit d7438c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-ddev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -600,7 +600,7 @@ jobs:
merge-multiple: true

- name: Push Python artifacts to PyPI
uses: pypa/gh-action-pypi-publish@v1
uses: pypa/gh-action-pypi-publish@release/v1
with:
skip-existing: true
user: __token__
Expand Down

0 comments on commit d7438c9

Please sign in to comment.