Skip to content

Commit

Permalink
Revert upload/download actions to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
bact committed Nov 11, 2024
1 parent d6a05ff commit 6d65be0
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-python-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ jobs:
CIBW_ARCHS_WINDOWS: "AMD64 x86"

- name: Store artifacts
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
path: ./wheelhouse/*.whl

Expand All @@ -139,7 +139,7 @@ jobs:
cd nlpo3-python
bash ../build_tools/github/build_source.sh
- name: Store artifacts
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
path: nlpo3-python/dist/*.tar.gz

Expand All @@ -153,7 +153,7 @@ jobs:
#if: github.event_name == 'push' && startsWith(github.event.ref, 'v')
steps:
- name: Retrieve artifacts
uses: actions/download-artifact@v4
uses: actions/download-artifact@v3
with:
name: artifact
path: dist
Expand Down
2 changes: 1 addition & 1 deletion nlpo3-python/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "nlpo3-python"
version = "1.3.1"
version = "1.3.2-dev"
edition = "2018"
license = "Apache-2.0"
authors = [
Expand Down
2 changes: 1 addition & 1 deletion nlpo3-python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "nlpo3"
version = "1.3.1"
version = "1.3.2-dev"
description = "Python binding for nlpO3 Thai language processing library in Rust"
readme = "README.md"
requires-python = ">=3.7"
Expand Down
2 changes: 1 addition & 1 deletion nlpo3-python/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

[metadata]
name = nlpo3
version = 1.3.1
version = 1.3.2-dev
description = Python binding for nlpO3 Thai language processing library
long_description =
Python binding for nlpO3, a Thai natural language processing library in Rust.
Expand Down

0 comments on commit 6d65be0

Please sign in to comment.