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 edbf540 commit 59fe78aCopy full SHA for 59fe78a
.github/workflows/build.yml
@@ -47,8 +47,9 @@ jobs:
47
path: |
48
dist
49
50
- # - name: Publish distribution 📦 to Test PyPI
51
- # uses: pypa/gh-action-pypi-publish@release/v1
52
- # with:
53
- # password: ${{ secrets.TEST_PYPI_API_TOKEN }}
54
- # repository-url: https://test.pypi.org/legacy/
+ - name: Publish distribution 📦 to Test PyPI
+ uses: pypa/gh-action-pypi-publish@release/v1
+ with:
+ password: ${{ secrets.TEST_PYPI_API_TOKEN }}
+ repository-url: https://test.pypi.org/legacy/
55
+ packages-dir: dist/*.whl
0 commit comments