We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7c58a7a + d843937 commit 3f4fc47Copy full SHA for 3f4fc47
1 file changed
.github/workflows/release_new_tags.yml
@@ -7,6 +7,9 @@ jobs:
7
pypi:
8
name: Publish
9
runs-on: ubuntu-latest
10
+ environment:
11
+ name: pypi
12
+ url: https://pypi.org/p/d3ploy
13
permissions:
14
id-token: write
15
steps:
@@ -20,4 +23,5 @@ jobs:
20
23
- name: Build & Publish
21
24
run: |
22
25
uv build
- uv publish
26
+ - name: Publish package distributions to PyPI
27
+ uses: pypa/gh-action-pypi-publish@release/v1
0 commit comments