diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index c1be80d..44647d1 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -150,13 +150,13 @@ jobs: path: dist - name: Publish to PyPI - uses: pypa/gh-action-pypi-publish@b7f401de30cb6434a1e19f805ff006643653240e # v1.8.10 + uses: pypa/gh-action-pypi-publish@67339c736fd9354cd4f8cb0b744f2b82a74b5c70 # v1.12.13 with: password: ${{ secrets.PYPI_API_TOKEN }} packages-dir: dist/ - name: Release - uses: softprops/action-gh-release@c9b46fe7aad9f02afd89b12450b780f52dacfb2d # master 2023-03-26 + uses: softprops/action-gh-release@7b4da11513bf3f43f9999e90eabced41ab8bb048 # v2.2.0 with: generate_release_notes: true files: dist/*