Skip to content

Commit f4db401

Browse files
committed
publish to pypi
1 parent 2d9f479 commit f4db401

File tree

1 file changed

+6
-13
lines changed

1 file changed

+6
-13
lines changed

.github/workflows/build-test-deploy.yml

Lines changed: 6 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -146,17 +146,10 @@ jobs:
146146
github_token: ${{ secrets.GITHUB_TOKEN }}
147147
publish_dir: ./html-docs
148148

149-
150-
# - name: Upload Documentation
151-
# uses: crazy-max/ghaction-github-pages@v2
152-
# with:
153-
# target_branch: gh-pages
154-
# build_dir: ./html-docs
155-
156-
# - name: Publish to PyPI
157-
# uses: pypa/gh-action-pypi-publish@release/v1
158-
# with:
159-
# user: __token__
160-
# password: ${{ secrets.PYPI_API_TOKEN }}
161-
# verbose: true
149+
- name: Publish to PyPI
150+
uses: pypa/gh-action-pypi-publish@release/v1
151+
with:
152+
user: __token__
153+
password: ${{ secrets.PYPI_API_TOKEN }}
154+
verbose: true
162155

0 commit comments

Comments
 (0)