Skip to content

Commit dc7db2f

Browse files
authored
Update release.yml
1 parent 8797b87 commit dc7db2f

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ jobs:
1111
steps:
1212
- uses: actions/checkout@v2
1313
- uses: actions/setup-python@v2
14+
with:
15+
python-version: '3.9'
1416
- name: Install dependencies
1517
run: |
1618
python -m pip install --upgrade pip
@@ -21,4 +23,4 @@ jobs:
2123
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
2224
run: |
2325
poetry build
24-
poetry publish
26+
poetry publish

0 commit comments

Comments
 (0)