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 2d9f479 commit f4db401Copy full SHA for f4db401
.github/workflows/build-test-deploy.yml
@@ -146,17 +146,10 @@ jobs:
146
github_token: ${{ secrets.GITHUB_TOKEN }}
147
publish_dir: ./html-docs
148
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
159
-# user: __token__
160
-# password: ${{ secrets.PYPI_API_TOKEN }}
161
-# verbose: true
+ - name: Publish to PyPI
+ uses: pypa/gh-action-pypi-publish@release/v1
+ with:
+ user: __token__
+ password: ${{ secrets.PYPI_API_TOKEN }}
+ verbose: true
162
0 commit comments