We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9316623 commit cba275fCopy full SHA for cba275f
.github/workflows/wheels.yaml
@@ -27,7 +27,7 @@ jobs:
27
- uses: actions/upload-artifact@v4
28
with:
29
name: package
30
- path: dist/huey*
+ path: dist/walrus*
31
32
publish:
33
needs: [build]
CHANGELOG.md
@@ -4,7 +4,11 @@ This document describes changes to the APIs.
4
5
### master
6
7
-[View changes](https://github.com/coleifer/walrus/compare/0.9.3...HEAD)
+[View changes](https://github.com/coleifer/walrus/compare/0.9.6...HEAD)
8
+
9
+### 0.9.6
10
11
+Update the build system yet again.
12
13
### 0.9.3
14
walrus/__init__.py
@@ -4,7 +4,7 @@
__author__ = 'Charles Leifer'
__license__ = 'MIT'
-__version__ = '0.9.5'
+__version__ = '0.9.6'
# ___
# .-9 9 `\
0 commit comments