Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/pypi-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@

- name: Publish package to TestPyPI
if: github.event_name == 'push'
uses: pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # v1.12.4 # zizmor: ignore[use-trusted-publishing]
uses: pypa/gh-action-pypi-publish@cef221092ed1bacb1cc03d23a2d87d1d172e277b # v1.12.4 # zizmor: ignore[use-trusted-publishing]

Check warning

Code scanning / zizmor

action's hash pin has mismatched or missing version comment: points to commit 76f52bc88423 Warning

action's hash pin has mismatched or missing version comment: points to commit 76f52bc88423
with:
user: __token__
password: ${{ secrets.PARCELS_PYPI_TEST_TOKEN }}
Expand All @@ -97,7 +97,7 @@
name: releases
path: dist
- name: Publish package to PyPI
uses: pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # v1.12.4
uses: pypa/gh-action-pypi-publish@cef221092ed1bacb1cc03d23a2d87d1d172e277b # v1.14.0

test-pypi-release:
needs: upload-to-pypi
Expand Down
Loading