Skip to content

Commit

Permalink
Make: Upgrade CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ashvardanian committed Apr 25, 2024
1 parent 21987e2 commit 83fc71a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 20

Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- uses: actions/checkout@v4
with:
persist-credentials: false
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 20
- run: npm install --save-dev --prefix ./package-ci @semantic-release/exec @semantic-release/git conventional-changelog-eslint semantic-release && npx --prefix ./package-ci semantic-release
Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:
publish_python:
name: Publish Python
runs-on: ubuntu-latest
needs: versioning
needs: [versioning, test_python]

steps:
- uses: actions/checkout@v4
Expand All @@ -96,10 +96,10 @@ jobs:
run: python -m build

- name: Publish to PyPi
uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
uses: pypa/gh-action-pypi-publish@release/v1
with:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}
verbose: true
print-hash: true

publish_javascript:
name: Publish JavaScript
Expand All @@ -112,7 +112,7 @@ jobs:
ref: "main"

- name: Set up Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 20

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "uform",
"type": "module",
"private": true,
"private": false,
"version": "2.0.2",
"description": "Pocket-Sized Multimodal AI for Content Understanding and Generation",
"dependencies": {
Expand Down Expand Up @@ -30,4 +30,4 @@
],
"author": "Ash Vardanian, Unum Cloud",
"license": "Apache-2.0"
}
}

0 comments on commit 83fc71a

Please sign in to comment.