diff --git a/.github/workflows/test_n_pub.yml b/.github/workflows/test_n_pub.yml index 64e450c..360988f 100644 --- a/.github/workflows/test_n_pub.yml +++ b/.github/workflows/test_n_pub.yml @@ -61,7 +61,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: