Skip to content

Commit f8a1e28

Browse files
committed
Fix workflow
1 parent ddbdf92 commit f8a1e28

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/pypi_publish.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
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
@@ -69,7 +69,7 @@ jobs:
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:
@@ -89,7 +89,7 @@ jobs:
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:

0 commit comments

Comments
 (0)