From 661002235c20ce0b82908a0456951c8d46d53e93 Mon Sep 17 00:00:00 2001 From: Adrian Date: Mon, 6 Dec 2021 19:12:59 +0100 Subject: [PATCH] Update CI --- .github/workflows/python-module.yml | 10 +++++----- Cargo.lock | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/python-module.yml b/.github/workflows/python-module.yml index ca7ad30..4aa214c 100644 --- a/.github/workflows/python-module.yml +++ b/.github/workflows/python-module.yml @@ -26,7 +26,7 @@ jobs: python-version: 3.9 - uses: actions/setup-python@v2 with: - python-version: 3.10 + python-version: "3.10" - name: Install Rust uses: actions-rs/toolchain@v1 @@ -64,7 +64,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-python@v2 with: - python-version: 3.10 + python-version: "3.10" architecture: ${{ matrix.target }} - name: Install Rust @@ -97,7 +97,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-python@v2 with: - python-version: 3.10 + python-version: "3.10" - name: Install Rust toolchain uses: actions-rs/toolchain@v1 @@ -131,7 +131,7 @@ jobs: { version: 3.7, lib: "cp37-cp37m" }, { version: 3.8, lib: "cp38-cp38" }, { version: 3.9, lib: "cp39-cp39" }, - { version: 3.10, lib: "cp310-cp310" } + { version: "3.10", lib: "cp310-cp310" } ] steps: - uses: actions/checkout@v2 @@ -174,7 +174,7 @@ jobs: name: wheels - uses: actions/setup-python@v2 with: - python-version: 3.10 + python-version: "3.10" - name: Publish to PyPi env: TWINE_USERNAME: __token__ diff --git a/Cargo.lock b/Cargo.lock index 9c0ba0d..e39e272 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -565,7 +565,7 @@ checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369" [[package]] name = "telemetry-parser" -version = "0.1.7" +version = "0.1.8" dependencies = [ "argh", "byteorder",