Skip to content

Commit

Permalink
Release v0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbrochart committed Dec 6, 2023
1 parent f5dd89e commit 37ca4df
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Test built wheel - x86_64
run: |
pip install pycrdt --no-index --find-links dist --force-reinstall
pip install pytest y-py
pip install pytest "y-py>=0.7.0a1,<0.8" "pydantic>=2.5.2,<3"
pytest
- name: Build wheels - universal2
uses: PyO3/maturin-action@v1
Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
- name: Test built wheel
run: |
pip install pycrdt --no-index --find-links dist --force-reinstall
pip install pytest y-py
pip install pytest "y-py>=0.7.0a1,<0.8" "pydantic>=2.5.2,<3"
pytest
- name: Upload wheels
uses: actions/upload-artifact@v2
Expand Down Expand Up @@ -100,7 +100,7 @@ jobs:
if: matrix.target == 'x86_64'
run: |
pip install pycrdt --no-index --find-links dist --force-reinstall
pip install pytest y-py
pip install pytest "y-py>=0.7.0a1,<0.8" "pydantic>=2.5.2,<3"
pytest
- name: Upload wheels
uses: actions/upload-artifact@v2
Expand Down Expand Up @@ -136,7 +136,7 @@ jobs:
install: |
apt-get update
apt-get install -y --no-install-recommends python3 python3-pip
pip3 install -U pip pytest y-py
pip3 install -U pip pytest "y-py>=0.7.0a1,<0.8" "pydantic>=2.5.2,<3"
run: |
pip3 install pycrdt --no-index --find-links dist/ --force-reinstall
pytest
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pycrdt"
version = "0.6.0"
version = "0.6.1"
edition = "2021"

[lib]
Expand Down

0 comments on commit 37ca4df

Please sign in to comment.