Skip to content

Commit

Permalink
Enable upload
Browse files Browse the repository at this point in the history
  • Loading branch information
koenvo committed Aug 13, 2024
1 parent d8a7734 commit be5d051
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,8 @@ jobs:
path: dist
merge-multiple: true

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

0 comments on commit be5d051

Please sign in to comment.