File tree Expand file tree Collapse file tree 3 files changed +9
-10
lines changed Expand file tree Collapse file tree 3 files changed +9
-10
lines changed Original file line number Diff line number Diff line change @@ -13,21 +13,14 @@ jobs:
1313 runs-on : ubuntu-latest
1414 outputs :
1515 url : ${{ steps.output_url.outputs.url }}
16- version : ${{ steps.python-version.outputs.version }}
1716 steps :
18- - name : Download Python Build Artifacts
19- uses : actions/download-artifact@v4
20- with :
21- name : Source Tarball
22- path : dist
2317
2418 - name : Download Python Build Artifacts
2519 uses : actions/download-artifact@v4
2620 with :
27- name : Python Wheel
21+ name : Source Tarball
2822 path : dist
2923
30-
3124 - name : Create Release
3225 id : create_release
3326 uses : actions/create-release@v1
@@ -160,7 +153,7 @@ jobs:
160153 - name : Determine Python Version
161154 id : python-version
162155 run : |
163- echo "version=$(python3 -m relenv versions --version=${{ matrix.version }})" | tee -a "$GITHUB_OUTPUT"
156+ echo "version=$(python3 -m relenv versions --version=${{ matrix.python }})" | tee -a "$GITHUB_OUTPUT"
164157
165158 - name : Download Artifacts
166159 uses : actions/download-artifact@v4
Original file line number Diff line number Diff line change 1+ 0.20.9
2+ ======
3+
4+ * Fix github release pipeline.
5+
6+
170.20.8
28======
39
Original file line number Diff line number Diff line change 1818import time
1919
2020# relenv package version
21- __version__ = "0.20.8 "
21+ __version__ = "0.20.9 "
2222
2323MODULE_DIR = pathlib .Path (__file__ ).resolve ().parent
2424
You can’t perform that action at this time.
0 commit comments