We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08528c2 commit 92e2c75Copy full SHA for 92e2c75
.github/workflows/release.yml
@@ -30,4 +30,6 @@ jobs:
30
- name: Build package
31
run: python -m build
32
- name: Publish package to PyPI
33
- uses: pypa/gh-action-pypi-publish@release/v1
+ uses: pypa/gh-action-pypi-publish@release/v1
34
+ with:
35
+ package-dir: ./dist
0 commit comments