Skip to content

Commit bf08f77

Browse files
pin version of github action
1 parent 8a866c1 commit bf08f77

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish_version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,6 @@ jobs:
121121
run: python3 -m build
122122

123123
- name: Publish
124-
uses: pypa/gh-action-pypi-publish@release/v1.13.0
124+
uses: pypa/gh-action-pypi-publish@v1.13.0
125125
with:
126126
repository-url: ${{ inputs.repository == 'pypi' && 'https://upload.pypi.org/legacy/' || 'https://test.pypi.org/legacy/' }}

0 commit comments

Comments
 (0)