Skip to content

Commit a352b89

Browse files
Removed redundant Python version from the publish workflow (#666)
1 parent f2e83fc commit a352b89

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/publish.yml

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

0 commit comments

Comments
 (0)