We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 167df56 commit 973bfdfCopy full SHA for 973bfdf
.github/workflows/release.yml
@@ -30,4 +30,6 @@ jobs:
30
steps:
31
- uses: actions/download-artifact@v3
32
- name: Publish package distributions to PyPI
33
- uses: pypa/gh-action-pypi-publish@release/v1
+ uses: pypa/gh-action-pypi-publish@release/v1
34
+ with:
35
+ packages_dir: artifact/
0 commit comments