Skip to content

Commit 09f7c3b

Browse files
authored
Remove PyPI publish step from release workflow
Removed the step to publish to PyPI from the release workflow.
1 parent ffbb733 commit 09f7c3b

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

.github/workflows/release.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,6 @@ jobs:
4646
if: steps.version_check.outputs.changed == 'true'
4747
run: python -m build
4848

49-
- name: Publish to PyPI
50-
if: steps.version_check.outputs.changed == 'true'
51-
uses: pypa/gh-action-pypi-publish@release/v1
52-
5349
- name: Create GitHub Release
5450
if: steps.version_check.outputs.changed == 'true'
5551
env:

0 commit comments

Comments
 (0)