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.
1 parent be38005 commit 9986819Copy full SHA for 9986819
.github/workflows/publish-pypi-deploy.yml
@@ -11,6 +11,11 @@ jobs:
11
build:
12
name: Build the package
13
runs-on: ubuntu-latest
14
+ environment:
15
+ name: pypi
16
+ url: https://pypi.org/project/types-pydicom/
17
+ permissions:
18
+ id-token: write
19
20
steps:
21
- uses: actions/checkout@v4
@@ -33,21 +38,5 @@ jobs:
33
38
name: wheels
34
39
path: dist/
35
40
36
- name: Upload release to PyPI
37
- needs: [ build ]
- runs-on: ubuntu-latest
- environment:
- name: pypi
41
- url: https://pypi.org/project/types-pydicom/
42
- permissions:
43
- id-token: write
44
-
45
- steps:
46
- - name: Download the package files
47
- uses: actions/download-artifact@v4
48
- with:
49
- path: dist/
50
- merge-multiple: true
51
52
- name: Publish package to PyPi
53
uses: pypa/gh-action-pypi-publish@release/v1
0 commit comments