updating workflows
This commit is contained in:
@@ -21,6 +21,6 @@ jobs:
|
||||
echo "$HOME/.cargo/bin" >> $GITHUB_PATH
|
||||
- name: Install build dependencies
|
||||
run: |
|
||||
uv pip install build
|
||||
uv pip install build ".[torch,flax]"
|
||||
- name: Build package
|
||||
run: python -m build
|
||||
@@ -16,9 +16,9 @@ jobs:
|
||||
run: |
|
||||
curl -LsSf https://astral.sh/uv/install.sh | sh
|
||||
echo "$HOME/.cargo/bin" >> $GITHUB_PATH
|
||||
- name: Install Poetry
|
||||
- name: Install Poetry and dependencies
|
||||
run: |
|
||||
uv pip install poetry
|
||||
uv pip install poetry ".[torch,flax]"
|
||||
- name: Build and Publish to PyPI
|
||||
run: |
|
||||
poetry config pypi-token.pypi ${{ secrets.PYPI_API_TOKEN }}
|
||||
|
||||
Reference in New Issue
Block a user