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 ff64421 commit 9eb220dCopy full SHA for 9eb220d
.github/workflows/cibuild.yml
@@ -105,3 +105,5 @@ jobs:
105
python setup.py sdist bdist_wheel
106
- name: Publish package distributions to PyPI
107
uses: pypa/gh-action-pypi-publish@release/v1
108
+ with:
109
+ packages-dir: ${{ env.repo_name }}/
0 commit comments