Skip to content

Commit be38005

Browse files
committed
Finalise
1 parent efcc661 commit be38005

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

.github/workflows/publish-pypi-deploy.yml

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ name: publish-pypi-deploy
33
on:
44
release:
55
types: [ published ]
6-
pull_request:
7-
branches: [ main ]
6+
# pull_request:
7+
# branches: [ main ]
88

99
jobs:
1010

@@ -33,21 +33,21 @@ jobs:
3333
name: wheels
3434
path: dist/
3535

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

0 commit comments

Comments
 (0)