We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1551f0b commit f5dcd7fCopy full SHA for f5dcd7f
1 file changed
.github/workflows/deploy.yml
@@ -80,8 +80,8 @@ jobs:
80
fail_on_unmatched_files: true
81
82
- name: Upload to PyPI
83
- working-directory: ${{ github.event.repository.name }}
84
- if: startsWith(github.ref, 'refs/tags/')
85
uses: pypa/gh-action-pypi-publish@release/v1
+ if: startsWith(github.ref, 'refs/tags/')
86
with:
87
password: ${{ secrets.PYPI_API_TOKEN }}
+ packages_dir: pkgcraft-python/dist/
0 commit comments