diff --git a/.github/workflows/test_n_pub.yml b/.github/workflows/test_n_pub.yml index e6f46c9..340fb15 100644 --- a/.github/workflows/test_n_pub.yml +++ b/.github/workflows/test_n_pub.yml @@ -79,7 +79,7 @@ jobs: run: python -m build --sdist --wheel --outdir dist/ . - name: add python distribution files to release - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 with: files: dist/* env: