Specifying python version for packaging action.

This commit is contained in:
Geoff Taylor 2021-10-14 13:14:08 +01:00 committed by GitHub
parent 9ffcf5d206
commit 9560cb78f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -13,6 +13,9 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Call code validation workflow
uses: blockworks-foundation/mango-explorer/.github/workflows/validate.yml@main
- name: Login to Docker Hub
uses: docker/login-action@v1
with:
@ -25,4 +28,5 @@ jobs:
- name: Build and publish to pypi
uses: JRubics/poetry-publish@v1.8
with:
python_version: "3.9"
pypi_token: ${{ secrets.PYPI_TOKEN }}