Skip to content

Commit 3f4fc47

Browse files
authored
Merge pull request #22 from dryan/change-to-uv
Change to uv
2 parents 7c58a7a + d843937 commit 3f4fc47

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/release_new_tags.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ jobs:
77
pypi:
88
name: Publish
99
runs-on: ubuntu-latest
10+
environment:
11+
name: pypi
12+
url: https://pypi.org/p/d3ploy
1013
permissions:
1114
id-token: write
1215
steps:
@@ -20,4 +23,5 @@ jobs:
2023
- name: Build & Publish
2124
run: |
2225
uv build
23-
uv publish
26+
- name: Publish package distributions to PyPI
27+
uses: pypa/gh-action-pypi-publish@release/v1

0 commit comments

Comments
 (0)