We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38c8e72 commit 07b40c1Copy full SHA for 07b40c1
.github/workflows/deploy.yml
@@ -66,11 +66,3 @@ jobs:
66
run: npx semantic-release --dry-run
67
- name: Build binary wheel and a source tarball
68
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