Skip to content

Commit b399416

Browse files
committed
fix: folder structure
1 parent d0fead9 commit b399416

File tree

12 files changed

+1
-3
lines changed

12 files changed

+1
-3
lines changed

.github/workflows/CD_publish-to-pypi.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,9 @@ jobs:
3939
with:
4040
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
4141
repository_url: https://test.pypi.org/legacy/
42-
packages_dir: src/
4342

4443
- name: Publish distribution 📦 to PyPI
4544
# if: startsWith(github.ref, 'refs/tags')
4645
uses: pypa/gh-action-pypi-publish@release/v1
4746
with:
4847
password: ${{ secrets.PYPI_API_TOKEN }}
49-
packages_dir: src/
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)