Skip to content

Commit f5dcd7f

Browse files
committed
ci: fix pypi publish action usage
1 parent 1551f0b commit f5dcd7f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@ jobs:
8080
fail_on_unmatched_files: true
8181

8282
- name: Upload to PyPI
83-
working-directory: ${{ github.event.repository.name }}
84-
if: startsWith(github.ref, 'refs/tags/')
8583
uses: pypa/gh-action-pypi-publish@release/v1
84+
if: startsWith(github.ref, 'refs/tags/')
8685
with:
8786
password: ${{ secrets.PYPI_API_TOKEN }}
87+
packages_dir: pkgcraft-python/dist/

0 commit comments

Comments
 (0)