diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml index 9cb7d682a6..f05280a6e2 100644 --- a/.github/workflows/python-publish.yml +++ b/.github/workflows/python-publish.yml @@ -104,7 +104,7 @@ jobs: MATURIN_PYPI_TOKEN: ${{ secrets.PYPI_API_TOKEN }} with: command: upload - args: --non-interactive --skip-existing wheels-*/* + args: --non-interactive --skip-existing dist/wheels-*/* working-directory: ./sqlglotrs deploy: diff --git a/sqlglotrs/Cargo.lock b/sqlglotrs/Cargo.lock index 26f7cb4adc..9a90236446 100644 --- a/sqlglotrs/Cargo.lock +++ b/sqlglotrs/Cargo.lock @@ -503,7 +503,7 @@ dependencies = [ [[package]] name = "sqlglotrs" -version = "0.3.13" +version = "0.3.14" dependencies = [ "criterion", "pyo3", diff --git a/sqlglotrs/Cargo.toml b/sqlglotrs/Cargo.toml index 6a60a6d8ec..14bbcd694d 100644 --- a/sqlglotrs/Cargo.toml +++ b/sqlglotrs/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sqlglotrs" -version = "0.3.13" +version = "0.3.14" edition = "2021" license = "MIT"