Skip to content

Commit

Permalink
Merge pull request #360 from neutrinoceros/rel_uv_build
Browse files Browse the repository at this point in the history
REL: switch to uv build for artifact publication
  • Loading branch information
neutrinoceros authored Jan 17, 2025
2 parents 7df1dcb + edc66e3 commit bf2df83
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,10 @@ jobs:
steps:
- name: Checkout Source
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Setup Python
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
with:
python-version: 3.x
- uses: astral-sh/setup-uv@887a942a15af3a7626099df99e897a18d9e5ab3a # v5.1.0
- name: Build distributions
shell: bash -l {0}
run: pipx run build
run: uv build
- name: Publish package distributions to PyPI
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
uses: pypa/gh-action-pypi-publish@67339c736fd9354cd4f8cb0b744f2b82a74b5c70 # v1.12.3

0 comments on commit bf2df83

Please sign in to comment.