Skip to content

Commit

Permalink
chore: update version to 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
k4black committed Feb 24, 2024
1 parent 265ef2c commit 340586a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 9 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ on:
release:
types:
- created
# push:
# branches:
# - main # TEST PURPOSES ONLY

jobs:
publish-rust:
Expand All @@ -19,9 +16,9 @@ jobs:
uses: Swatinem/rust-cache@v2
with:
key: ${{ runner.os }}-rust-${{ hashFiles('**/Cargo.toml') }}
# - run: cargo publish --token ${CRATES_TOKEN}
# env:
# CRATES_TOKEN: ${{ secrets.CRATES_TOKEN }}
- run: cargo publish --token ${CRATES_TOKEN}
env:
CRATES_TOKEN: ${{ secrets.CRATES_TOKEN }}

external-build-python:
uses: ./.github/workflows/reusable-build-python.yml
Expand All @@ -46,4 +43,4 @@ jobs:
- name: List wheels
shell: bash
run: ls -lah ./dist
# - uses: pypa/gh-action-pypi-publish@release/v1
- uses: pypa/gh-action-pypi-publish@release/v1
2 changes: 1 addition & 1 deletion bindings/python/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "fast_aug_python"
description = "Fast data augmentation for text"
authors = ["Konstantin Chernyshev <[email protected]>"]
readme = "./README.md"
version = "0.0.2"
version = "0.1.0"
edition = "2021"
license = "MIT"
homepage = "https://github.com/k4black/fast-aug"
Expand Down
2 changes: 1 addition & 1 deletion fast_aug/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "fast_aug"
description = "Fast data augmentation for text"
authors = ["Konstantin Chernyshev <[email protected]>"]
readme = "./README.md"
version = "0.0.2"
version = "0.1.0"
edition = "2021"
license = "MIT"
homepage = "https://github.com/k4black/fast-aug"
Expand Down

0 comments on commit 340586a

Please sign in to comment.