Skip to content

Commit e7f8b0a

Browse files
Update workflow
1 parent b4c3a0a commit e7f8b0a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,11 @@ jobs:
2525
python -m pip install -U pip build
2626
python -m build python
2727
- name: Publish
28-
uses: pypa/gh-action-pypi-publish@v1.5.0
28+
uses: pypa/gh-action-pypi-publish@release/v1
2929
with:
3030
user: __token__
3131
password: ${{ secrets.TWINE_API_KEY }}
32+
packages-dir: python/dist/
3233
- name: Create Release
3334
env:
3435
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)