Skip to content

Commit

Permalink
ci: pin pypi release action version
Browse files Browse the repository at this point in the history
pypa/gh-action-pypi-publish#300

Signed-off-by: Michael Beemer <beeme1mr@users.noreply.github.com>
  • Loading branch information
beeme1mr authored Jan 21, 2025
1 parent cee10e3 commit 343aa26
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ jobs:
working-directory: ${{ matrix.path }}

- name: Publish a Python distribution to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
# pinning till fixed https://github.com/pypa/gh-action-pypi-publish/issues/300
uses: pypa/gh-action-pypi-publish@release/v1.11
with:
packages-dir: ${{ matrix.path }}/dist

0 comments on commit 343aa26

Please sign in to comment.