Skip to content

Commit be5d051

Browse files
committed
Enable upload
1 parent d8a7734 commit be5d051

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -97,9 +97,8 @@ jobs:
9797
path: dist
9898
merge-multiple: true
9999

100-
# Skip for test
101-
# - name: Publish to PyPI
102-
# if: inputs.dry-run == false
103-
# uses: pypa/gh-action-pypi-publish@release/v1
104-
# with:
105-
# verbose: true
100+
- name: Publish to PyPI
101+
if: inputs.dry-run == false
102+
uses: pypa/gh-action-pypi-publish@release/v1
103+
with:
104+
verbose: true

0 commit comments

Comments
 (0)