File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1919 - name : Python environment
2020 uses : actions/setup-python@v5
2121 with :
22- python-version : ' 3.10 '
22+ python-version : ' 3.12 '
2323
2424 - name : Install Rust toolchain
2525 uses : dtolnay/rust-toolchain@stable
6363 - name : Python environment
6464 uses : actions/setup-python@v5
6565 with :
66- python-version : ' 3.10 '
66+ python-version : ' 3.12 '
6767
6868 - name : Install Rust toolchain
6969 uses : dtolnay/rust-toolchain@stable
@@ -150,13 +150,13 @@ jobs:
150150 path : dist
151151
152152 - name : Publish to PyPI
153- uses : pypa/gh-action-pypi-publish@b7f401de30cb6434a1e19f805ff006643653240e # v1.8.10
153+ uses : pypa/gh-action-pypi-publish@67339c736fd9354cd4f8cb0b744f2b82a74b5c70 # v1.12.13
154154 with :
155155 password : ${{ secrets.PYPI_API_TOKEN }}
156156 packages-dir : dist/
157157
158158 - name : Release
159- uses : softprops/action-gh-release@c9b46fe7aad9f02afd89b12450b780f52dacfb2d # master 2023-03-26
159+ uses : softprops/action-gh-release@7b4da11513bf3f43f9999e90eabced41ab8bb048 # v2.2.0
160160 with :
161161 generate_release_notes : true
162162 files : dist/*
You can’t perform that action at this time.
0 commit comments