Skip to content

Commit

Permalink
fix: Specify python version
Browse files Browse the repository at this point in the history
  • Loading branch information
seriaati committed Jun 11, 2024
1 parent ec7bed9 commit 2187298
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,5 @@ jobs:
- name: Create release
uses: seriaati/create-release@main
with:
pypi_token: ${{ secrets.PYPI_TOKEN }}
pypi_token: ${{ secrets.PYPI_TOKEN }}
python_version: "3.11"

0 comments on commit 2187298

Please sign in to comment.