We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6555f0d commit 4ec57b8Copy full SHA for 4ec57b8
.github/workflows/test_n_pub.yml
@@ -78,7 +78,7 @@ jobs:
78
run: python -m build --sdist --wheel --outdir dist/ .
79
80
- name: add python distribution files to release
81
- uses: softprops/action-gh-release@v1
+ uses: softprops/action-gh-release@v2
82
with:
83
files: dist/*
84
env:
0 commit comments