Skip to content

Commit

Permalink
set python 3.9 in publish_to_pypi workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mschwoer committed Oct 25, 2024
1 parent d521861 commit 0836ce5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish_on_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
package_name: directlfq
tag_to_release: ${{ inputs.tag_to_release }}
use_pyproject_toml: false
python_version: 3.9
secrets:
test_pypi_api_token: ${{ secrets.TEST_PYPI_API_TOKEN }}
pypi_api_token: ${{ secrets.PYPI_API_TOKEN }}

0 comments on commit 0836ce5

Please sign in to comment.