From 590d98ac33ddbe5eef500e439fd2655d9804d91e Mon Sep 17 00:00:00 2001 From: jossduff Date: Mon, 4 Dec 2023 16:11:30 +0200 Subject: [PATCH] action upload to testpypi --- .github/workflows/CI.yml | 2 +- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 6a8e62c..d182f38 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -117,4 +117,4 @@ jobs: MATURIN_PYPI_TOKEN: ${{ secrets.PYPI_API_TOKEN }} with: command: upload - args: --non-interactive --skip-existing * + args: --non-interactive --skip-existing -r testpypi * diff --git a/Cargo.lock b/Cargo.lock index fd6342f..7e2ee6a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1053,7 +1053,7 @@ dependencies = [ [[package]] name = "hypersync" -version = "0.1.0" +version = "0.1.1" dependencies = [ "anyhow", "arrow2", diff --git a/Cargo.toml b/Cargo.toml index 8b69169..50f757e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hypersync" -version = "0.1.0" +version = "0.1.1" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html