We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3941491 commit 7e236f6Copy full SHA for 7e236f6
1 file changed
.github/workflows/build.yml
@@ -114,9 +114,9 @@ jobs:
114
- name: Build Python package
115
run: python -m build
116
117
- - name: Publish Python package
118
- if: github.event_name == 'release'
119
- uses: pypa/gh-action-pypi-publish@release/v1
+ # - name: Publish Python package
+ # if: github.event_name == 'release'
+ # uses: pypa/gh-action-pypi-publish@release/v1
120
121
docker:
122
runs-on: ubuntu-latest
0 commit comments