Skip to content

Commit

Permalink
ci: fix release workflow (#637)
Browse files Browse the repository at this point in the history
  • Loading branch information
cosven authored Dec 18, 2022
1 parent 757ec01 commit 710c956
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pypi-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v1
with:
python-version: 3.6
python-version: 3.8
- name: Build
run: >-
python setup.py sdist
Expand Down

0 comments on commit 710c956

Please sign in to comment.