Skip to content

Commit aec6702

Browse files
authored
Update pypi-publish.yml
1 parent 577f179 commit aec6702

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pypi-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
- uses: actions/setup-python@v5
2626
with:
27-
python-version: "3.x"
27+
python-version: "3.11"
2828

2929
- name: Build release distributions
3030
run: |
@@ -67,4 +67,4 @@ jobs:
6767
- name: Publish release distributions to PyPI
6868
uses: pypa/gh-action-pypi-publish@release/v1
6969
with:
70-
packages-dir: dist/
70+
packages-dir: dist/

0 commit comments

Comments
 (0)