Skip to content

Commit b25c4e0

Browse files
committed
Fix release workflow (again)
1 parent ae876ac commit b25c4e0

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
lines changed

.github/workflows/github-release.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,12 @@ jobs:
2121
name: Source Tarball
2222
path: dist
2323

24+
- name: Download Python Build Artifacts
25+
uses: actions/download-artifact@v4
26+
with:
27+
name: Python Wheel
28+
path: dist
29+
2430
- name: Create Release
2531
id: create_release
2632
uses: actions/create-release@v1

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
0.20.10
2+
=======
3+
4+
* Fix github release pipeline.
5+
6+
17
0.20.9
28
======
39

relenv/common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
import time
1919

2020
# relenv package version
21-
__version__ = "0.20.9"
21+
__version__ = "0.20.10"
2222

2323
MODULE_DIR = pathlib.Path(__file__).resolve().parent
2424

0 commit comments

Comments
 (0)