Skip to content

Commit ce2326a

Browse files
authored
Update python-publish.yml
1 parent 674dcff commit ce2326a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/python-publish.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ permissions:
1717

1818
defaults:
1919
run:
20-
working-directory: src
20+
working-directory: .
2121

2222
jobs:
2323
release:
@@ -28,14 +28,13 @@ jobs:
2828
- name: Set up Python
2929
uses: actions/setup-python@v5
3030
with:
31-
python-version: '3.12'
31+
python-version: '3.10'
3232
- name: Install dependencies
3333
run: |
3434
python -m pip install --upgrade pip
3535
pip install build
3636
- name: Build package
3737
run: |
38-
cp ../README.md ../LICENSE ./
3938
python -m build
4039
- name: Publish package
4140
uses: pypa/gh-action-pypi-publish@fb9fc6a4e67ca27a7a76b17bbf90be83c2d3c716

0 commit comments

Comments
 (0)