Skip to content

Commit

Permalink
Move to uv for publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
max-muoto committed Jan 2, 2025
1 parent 8b2049d commit f606949
Showing 1 changed file with 4 additions and 12 deletions.
16 changes: 4 additions & 12 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,20 +39,12 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.9'

- name: Install Poetry
uses: snok/install-poetry@v1.3.1

- name: Install dependencies
run: poetry install
- name: Install uv
uses: astral-sh/setup-uv@v4

- name: Build and Publish to PyPI
env:
POETRY_PYPI_TOKEN_PYPI: ${{ secrets.PYPI_API_TOKEN }}
run: |
poetry build
poetry publish
uv build
uv publish

0 comments on commit f606949

Please sign in to comment.