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.
2 parents 9869e90 + a6d2165 commit 35c4f5fCopy full SHA for 35c4f5f
.github/workflows/deploy.yml
@@ -63,7 +63,7 @@ jobs:
63
env:
64
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
65
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
66
- run: npx semantic-release # --dry-run
+ 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
0 commit comments