Skip to content

Commit 4b2fb18

Browse files
committed
Update packages-dir
1 parent 1914a36 commit 4b2fb18

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/pypi.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: PyPi PUblish
1+
name: PyPi Publish
22
on:
33
# Only deploy these artifacts when a semantic tag is applied
44
push:
@@ -43,4 +43,6 @@ jobs:
4343
steps:
4444
- uses: actions/download-artifact@v3
4545
- name: Publish package distributions to PyPI
46-
uses: pypa/gh-action-pypi-publish@release/v1
46+
uses: pypa/gh-action-pypi-publish@release/v1
47+
with:
48+
packages-dir: dist/

0 commit comments

Comments
 (0)