File tree Expand file tree Collapse file tree 1 file changed +20
-20
lines changed Expand file tree Collapse file tree 1 file changed +20
-20
lines changed Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ name: publish-pypi-deploy
3
3
on :
4
4
release :
5
5
types : [ published ]
6
- pull_request :
7
- branches : [ main ]
6
+ # pull_request:
7
+ # branches: [ main ]
8
8
9
9
jobs :
10
10
@@ -33,21 +33,21 @@ jobs:
33
33
name : wheels
34
34
path : dist/
35
35
36
- # name: Upload release to PyPI
37
- # needs: [ build ]
38
- # runs-on: ubuntu-latest
39
- # environment:
40
- # 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
36
+ name : Upload release to PyPI
37
+ needs : [ build ]
38
+ runs-on : ubuntu-latest
39
+ environment :
40
+ 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
You can’t perform that action at this time.
0 commit comments