Skip to content

Commit f79b2a9

Browse files
author
Kharude, Sachin
committed
update workflow
Signed-off-by: Kharude, Sachin <[email protected]>
1 parent 185db36 commit f79b2a9

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/release.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@ jobs:
2424
npm run build
2525
cd ..
2626
python setup.py sdist bdist_wheel
27-
- name: Publish to PyPI
28-
uses: pypa/gh-action-pypi-publish@master
29-
with:
30-
user: __token__
31-
password: ${{ secrets.PYPI_TOKEN }}
32-
verbose: true
27+
# - name: Publish to PyPI
28+
# uses: pypa/gh-action-pypi-publish@master
29+
# with:
30+
# user: __token__
31+
# password: ${{ secrets.PYPI_TOKEN }}
32+
# verbose: true
3333
- name: Use Node.js 12
3434
uses: actions/setup-node@v1
3535
with:

0 commit comments

Comments
 (0)