Skip to content

Commit 8a5bd0c

Browse files
committed
Change if paths
1 parent c1d0937 commit 8a5bd0c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
uses: actions/upload-artifact@v4
4141
with:
4242
name: dist-linux-${{ matrix.python-version }}
43-
path: io/dist/*manylinux2014_x86_64.whl
43+
path: io/dist/*manylinux2014_x86_64*.whl
4444

4545
build-macos:
4646
runs-on: macos-latest

orso/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@
1010
# See the License for the specific language governing permissions and
1111
# limitations under the License.
1212

13-
__version__: str = "0.0.217"
13+
__version__: str = "0.0.218"
1414
__author__: str = "@joocer"

0 commit comments

Comments
 (0)