We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09f7c3b commit d3103feCopy full SHA for d3103fe
1 file changed
.github/workflows/newrelease.yml
@@ -46,10 +46,6 @@ jobs:
46
if: steps.version_check.outputs.changed == 'true'
47
run: python -m build
48
49
- - name: Publish to PyPI
50
- if: steps.version_check.outputs.changed == 'true'
51
- uses: pypa/gh-action-pypi-publish@release/v1
52
-
53
- name: Create GitHub Release
54
55
env:
0 commit comments