Skip to content

Commit

Permalink
Merge pull request #22 from dryan/change-to-uv
Browse files Browse the repository at this point in the history
Change to uv
  • Loading branch information
dryan authored Nov 13, 2024
2 parents 7c58a7a + d843937 commit 3f4fc47
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/release_new_tags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ jobs:
pypi:
name: Publish
runs-on: ubuntu-latest
environment:
name: pypi
url: https://pypi.org/p/d3ploy
permissions:
id-token: write
steps:
Expand All @@ -20,4 +23,5 @@ jobs:
- name: Build & Publish
run: |
uv build
uv publish
- name: Publish package distributions to PyPI
uses: pypa/gh-action-pypi-publish@release/v1

0 comments on commit 3f4fc47

Please sign in to comment.