Skip to content

Commit fc8cb41

Browse files
committed
Revert "Removed redundant Python version from the publish workflow (#666)"
This reverts commit a352b89.
1 parent a352b89 commit fc8cb41

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ jobs:
1616
- uses: actions/checkout@v4
1717
- name: Set up Python
1818
uses: actions/setup-python@v5
19+
with:
20+
python-version: 3.x
1921
- name: Install dependencies
2022
run: pip install flit
2123
- name: Create packages

0 commit comments

Comments
 (0)