We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1d0937 commit 8a5bd0cCopy full SHA for 8a5bd0c
.github/workflows/release.yaml
@@ -40,7 +40,7 @@ jobs:
40
uses: actions/upload-artifact@v4
41
with:
42
name: dist-linux-${{ matrix.python-version }}
43
- path: io/dist/*manylinux2014_x86_64.whl
+ path: io/dist/*manylinux2014_x86_64*.whl
44
45
build-macos:
46
runs-on: macos-latest
orso/version.py
@@ -10,5 +10,5 @@
10
# See the License for the specific language governing permissions and
11
# limitations under the License.
12
13
-__version__: str = "0.0.217"
+__version__: str = "0.0.218"
14
__author__: str = "@joocer"
0 commit comments