Skip to content

Commit 07b40c1

Browse files
committed
ci: fix
fix
1 parent 38c8e72 commit 07b40c1

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/deploy.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -66,11 +66,3 @@ jobs:
6666
run: npx semantic-release --dry-run
6767
- name: Build binary wheel and a source tarball
6868
run: python setup.py sdist
69-
- name: Publish a Python distribution to PyPI # must have built dist before
70-
if: github.event.workflow_run.conclusion == 'success' && github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
71-
uses: pypa/gh-action-pypi-publish@master
72-
with:
73-
password: ${{ secrets.PYPI_PASSWORD }}
74-
user: watson-devex
75-
repository_url: https://upload.pypi.org/legacy
76-
verbose: false

0 commit comments

Comments
 (0)