Skip to content

Commit 505a1ab

Browse files
author
Jonas Blixt
committed
build: fixes
1 parent bbdbefb commit 505a1ab

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/punchboot-tools.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ jobs:
9393
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
9494
repository_url: https://test.pypi.org/legacy/
9595
skip_existing: true
96+
packages_dir: ./
9697

9798
upload_pypi:
9899
name: Upload to PyPi
@@ -112,3 +113,4 @@ jobs:
112113
user: __token__
113114
password: ${{ secrets.PYPI_API_TOKEN }}
114115
skip_existing: true
116+
packages_dir: ./

0 commit comments

Comments
 (0)