Skip to content

Commit f9990b6

Browse files
Update pypi-upload.yml
1 parent 851e1c2 commit f9990b6

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/pypi-upload.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,13 @@ jobs:
1010

1111
steps:
1212
- uses: actions/checkout@v2
13-
- uses: actions/setup-python@v2
13+
- uses: actions/setup-python@v4
14+
with:
15+
python-version: '3.11'
16+
- name: Install dependencies
17+
run: |
18+
python -m pip install --upgrade pip
19+
python -m pip install -e .[dev]
1420
- name: Build and publish
1521
env:
1622
TWINE_USERNAME: __token__

0 commit comments

Comments
 (0)