Skip to content

Commit e82c28b

Browse files
authored
Update python-publish.yml
1 parent d09a9fd commit e82c28b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/python-publish.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,9 @@ jobs:
3232
python -m pip install --upgrade pip
3333
pip install build
3434
- name: Build package
35-
run: python -m build
35+
run: |
36+
cd PyPI/Package
37+
python -m build
3638
- name: Publish package
3739
uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
3840
with:

0 commit comments

Comments
 (0)