Skip to content

Commit b2afe83

Browse files
committed
uprev, try uploading wasm to pypi
1 parent 09427c7 commit b2afe83

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -403,3 +403,9 @@ jobs:
403403
files: |
404404
wasm/*.whl
405405
prerelease: ${{ contains(github.ref, 'alpha') || contains(github.ref, 'beta') }}
406+
407+
- name: upload wasm to pypi
408+
run: twine upload wasm/*
409+
env:
410+
TWINE_USERNAME: __token__
411+
TWINE_PASSWORD: ${{ secrets.pypi_token }}

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.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pydantic-core"
3-
version = "0.3.1"
3+
version = "0.4.0"
44
edition = "2021"
55
license = "MIT"
66
homepage = "https://github.com/pydantic/pydantic-core"

0 commit comments

Comments
 (0)