Skip to content
This repository was archived by the owner on Jan 19, 2025. It is now read-only.

Commit 47217fd

Browse files
Merge pull request #3 from python-ffmpegio/dependabot/github_actions/softprops/action-gh-release-2
Bump softprops/action-gh-release from 1 to 2
2 parents 86f97e1 + 6808a2b commit 47217fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test_n_pub.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
run: python -m build --sdist --wheel --outdir dist/ .
8888

8989
- name: add python distribution files to release
90-
uses: softprops/action-gh-release@v1
90+
uses: softprops/action-gh-release@v2
9191
with:
9292
files: dist/*
9393
env:

0 commit comments

Comments
 (0)