Skip to content

Commit

Permalink
Hotfix: pypi build and js package
Browse files Browse the repository at this point in the history
  • Loading branch information
NolanTrem committed Feb 21, 2025
1 parent 9140000 commit 8ee2557
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
python-version: '3.12'

- name: Install tools
run: pip install uv twine tomlkit
run: pip install twine tomlkit

- name: Bump version for dev branches (TestPyPI)
if: github.event_name == 'push'
Expand All @@ -31,8 +31,8 @@ jobs:
- name: Build distributions
run: |
uv sync
uv build
pip install build
python -m build
- name: Publish to TestPyPI
if: github.event_name == 'push'
Expand Down
2 changes: 1 addition & 1 deletion js/sdk/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion js/sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "r2r-js",
"version": "0.4.26",
"version": "0.4.27",
"description": "",
"main": "dist/index.js",
"browser": "dist/index.browser.js",
Expand Down

0 comments on commit 8ee2557

Please sign in to comment.