Skip to content

Commit 51a231b

Browse files
chore: use a fixed version of gh-action-pypi-publish
1 parent dc48337 commit 51a231b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,12 @@ jobs:
5151
fi
5252
5353
- name: Publish to test PyPI
54-
uses: pypa/gh-action-pypi-publish@release/v1
54+
uses: pypa/gh-action-pypi-publish@release/v1.10
5555
with:
5656
repository-url: https://test.pypi.org/legacy/
5757

5858
- name: Publish to PyPI
59-
uses: pypa/gh-action-pypi-publish@release/v1
59+
uses: pypa/gh-action-pypi-publish@release/v1.10
6060

6161
- name: Slack notification
6262
id: slack

0 commit comments

Comments
 (0)