Skip to content

Commit 59fe78a

Browse files
debugging pypi distribution
1 parent edbf540 commit 59fe78a

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,9 @@ jobs:
4747
path: |
4848
dist
4949
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/
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/
55+
packages-dir: dist/*.whl

0 commit comments

Comments
 (0)