Skip to content

Commit 9b745bb

Browse files
committed
Commented the publishing stage
1 parent 5b61830 commit 9b745bb

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

.github/workflows/publish.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,10 @@ jobs:
2626
- name: Build the package
2727
run: python -m build
2828

29-
- name: Publish to PyPI
30-
env:
31-
TWINE_USERNAME: __token__ # Use API token
32-
TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}
33-
run: twine upload dist/*
29+
# Uncomment to publish on pypi
30+
#- name: Publish to PyPI
31+
# env:
32+
# TWINE_USERNAME: __token__ # Use API token
33+
# TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}
34+
# run: twine upload dist/*
3435

0 commit comments

Comments
 (0)