Skip to content

Commit eaba2dc

Browse files
committed
Re-enable publishing
1 parent 7e236f6 commit eaba2dc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -114,9 +114,9 @@ jobs:
114114
- name: Build Python package
115115
run: python -m build
116116

117-
# - name: Publish Python package
118-
# if: github.event_name == 'release'
119-
# uses: pypa/gh-action-pypi-publish@release/v1
117+
- name: Publish Python package
118+
if: github.event_name == 'release'
119+
uses: pypa/gh-action-pypi-publish@release/v1
120120

121121
docker:
122122
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)