Skip to content

Commit 4177840

Browse files
committed
Probable fix for the release workflow.
1 parent 0fcf885 commit 4177840

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ jobs:
2323
with:
2424
name: ${{ steps.build.outputs.artifact-name }}
2525
path: dist
26-
- uses: https://github.com/pypa/gh-action-pypi-publish@release/v1
26+
- uses: pypa/gh-action-pypi-publish@release/v1

0 commit comments

Comments
 (0)