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 92e2c75 commit fdcf7f3Copy full SHA for fdcf7f3
.github/workflows/release.yml
@@ -29,7 +29,7 @@ jobs:
29
pip install build
30
- name: Build package
31
run: python -m build
32
- - name: Publish package to PyPI
33
- uses: pypa/gh-action-pypi-publish@release/v1
34
- with:
35
- package-dir: ./dist
+ #- name: Publish package to PyPI
+ # uses: pypa/gh-action-pypi-publish@release/v1
+ # with:
+ # package-dir: ./dist
0 commit comments