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 4545 - uses : actions/checkout@v4
4646 - uses : actions/setup-python@v5
4747 with :
48- python-version : ${{ env.PYTHON_VERSION" }}
48+ python-version : ${{ env.PYTHON_VERSION }}
4949 architecture : ${{ matrix.target }}
5050 - name : Build wheels
5151 uses : PyO3/maturin-action@v1
6969 - uses : actions/checkout@v4
7070 - uses : actions/setup-python@v5
7171 with :
72- python-version : ${{ env.PYTHON_VERSION" }}
72+ python-version : ${{ env.PYTHON_VERSION }}
7373 - name : Build wheels
7474 uses : PyO3/maturin-action@v1
7575 with :
8989 - uses : actions/checkout@v4
9090 - uses : actions/setup-python@v5
9191 with :
92- python-version : ${{ env.PYTHON_VERSION" }}
92+ python-version : ${{ env.PYTHON_VERSION }}
9393 - name : Build sdist
9494 uses : PyO3/maturin-action@v1
9595 with :
@@ -110,7 +110,7 @@ jobs:
110110 - uses : actions/download-artifact@v4
111111 - uses : actions/setup-python@v5
112112 with :
113- python-version : ${{ env.PYTHON_VERSION" }}
113+ python-version : ${{ env.PYTHON_VERSION }}
114114 - name : Publish to PyPI
115115 uses : PyO3/maturin-action@v1
116116 env :
You can’t perform that action at this time.
0 commit comments