We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 675e2a4 commit e7f6e95Copy full SHA for e7f6e95
1 file changed
.github/workflows/release.yml
@@ -61,7 +61,7 @@ jobs:
61
- name: Publish Python 🐍 distribution 📦 to PyPI
62
uses: pypa/gh-action-pypi-publish@release/v1
63
with:
64
- packages_dir: "dist" # Specify the directory
+ packages-dir: "dist" # Specify the directory
65
- name: Upload artifact signatures to GitHub Release
66
env:
67
GITHUB_TOKEN: ${{ github.token }}
0 commit comments