We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4c3a0a commit e7f8b0aCopy full SHA for e7f8b0a
1 file changed
.github/workflows/publish.yml
@@ -25,10 +25,11 @@ jobs:
25
python -m pip install -U pip build
26
python -m build python
27
- name: Publish
28
- uses: pypa/gh-action-pypi-publish@v1.5.0
+ uses: pypa/gh-action-pypi-publish@release/v1
29
with:
30
user: __token__
31
password: ${{ secrets.TWINE_API_KEY }}
32
+ packages-dir: python/dist/
33
- name: Create Release
34
env:
35
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments