Skip to content

Commit b8b58e9

Browse files
committed
Hopefully fix PyPI release CI
1 parent ebd4796 commit b8b58e9

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/publish-to-pypi.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,6 @@ jobs:
1414

1515
steps:
1616
- uses: actions/checkout@v2
17-
- name: Set up Python
18-
uses: actions/setup-python@v2
19-
with:
20-
python-version: '3.x'
2117
- name: Install dependencies
2218
run: |
2319
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)