File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 2424 name : Python Wheel
2525 path : dist
2626
27- - name : Download Artifacts
28- uses : actions/download-artifact@v4
29- with :
30- name : ${{ matrix.python }}-${{ matrix.arch }}-${{ matrix.platform }}.tar.xz
31- path : release-artifacts/
3227
3328 - name : Create Release
3429 id : create_release
@@ -147,6 +142,11 @@ jobs:
147142 arch : arm64
148143 python : 3.13.0
149144 steps :
145+ - name : Download Artifacts
146+ uses : actions/download-artifact@v4
147+ with :
148+ name : ${{ matrix.python }}-${{ matrix.arch }}-${{ matrix.platform }}.tar.xz
149+ path : release-artifacts/
150150 - name : Upload ${{ matrix.python }}-${{ matrix.arch }}-${{ matrix.platform }}.tar.xz
151151 id : upload-python-build-assets
152152 uses : actions/upload-release-asset@v1
Original file line number Diff line number Diff line change 1818import time
1919
2020# relenv package version
21- __version__ = "0.17.400000 "
21+ __version__ = "0.17.400001 "
2222
2323MODULE_DIR = pathlib .Path (__file__ ).resolve ().parent
2424
You can’t perform that action at this time.
0 commit comments