Skip to content

Commit 5f54f16

Browse files
committed
Chore: bump sqlglotrs to 0.3.14
1 parent 14c0b95 commit 5f54f16

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
MATURIN_PYPI_TOKEN: ${{ secrets.PYPI_API_TOKEN }}
105105
with:
106106
command: upload
107-
args: --non-interactive --skip-existing wheels-*/*
107+
args: --non-interactive --skip-existing dist/wheels-*/*
108108
working-directory: ./sqlglotrs
109109

110110
deploy:

sqlglotrs/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sqlglotrs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sqlglotrs"
3-
version = "0.3.13"
3+
version = "0.3.14"
44
edition = "2021"
55
license = "MIT"
66

0 commit comments

Comments
 (0)