Skip to content

Commit d3103fe

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

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

.github/workflows/newrelease.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)