|
32 | 32 | python-version: 3.x |
33 | 33 | - name: Setting correct version |
34 | 34 | run: | |
35 | | - python scripts/bump_version.py "${{ github.ref_name }}" |
| 35 | + python scripts/bump_version.py "${{ github.event.release.tag_name }}" |
36 | 36 | - name: Build wheels |
37 | 37 | uses: PyO3/maturin-action@v1 |
38 | 38 | with: |
|
77 | 77 | python-version: 3.x |
78 | 78 | - name: Setting correct version |
79 | 79 | run: | |
80 | | - python scripts/bump_version.py "${{ github.ref_name }}" |
| 80 | + python scripts/bump_version.py "${{ github.event.release.tag_name }}" |
81 | 81 | - name: Build wheels |
82 | 82 | uses: PyO3/maturin-action@v1 |
83 | 83 | with: |
@@ -126,7 +126,7 @@ jobs: |
126 | 126 | architecture: ${{ matrix.platform.python_arch }} |
127 | 127 | - name: Setting correct version |
128 | 128 | run: | |
129 | | - python scripts/bump_version.py "${{ github.ref_name }}" |
| 129 | + python scripts/bump_version.py "${{ github.event.release.tag_name }}" |
130 | 130 | - name: Build wheels |
131 | 131 | uses: PyO3/maturin-action@v1 |
132 | 132 | with: |
@@ -162,7 +162,7 @@ jobs: |
162 | 162 | python-version: 3.x |
163 | 163 | - name: Setting correct version |
164 | 164 | run: | |
165 | | - python scripts/bump_version.py "${{ github.ref_name }}" |
| 165 | + python scripts/bump_version.py "${{ github.event.release.tag_name }}" |
166 | 166 | - name: Build wheels |
167 | 167 | uses: PyO3/maturin-action@v1 |
168 | 168 | with: |
@@ -190,7 +190,7 @@ jobs: |
190 | 190 | python-version: 3.x |
191 | 191 | - name: Setting correct version |
192 | 192 | run: | |
193 | | - python scripts/bump_version.py "${{ github.ref_name }}" |
| 193 | + python scripts/bump_version.py "${{ github.event.release.tag_name }}" |
194 | 194 | - name: Build sdist |
195 | 195 | uses: PyO3/maturin-action@v1 |
196 | 196 | with: |
|
0 commit comments