Skip to content

Commit

Permalink
added python-setup and python3.6 to publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
aschroed committed Jan 25, 2021
1 parent b8d04a3 commit e294c30
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main-publish.yml
Expand Up @@ -24,6 +24,9 @@ jobs:
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: 3.6
- name: Publish
env:
PYPI_USER: ${{ secrets.PYPI_USER }}
Expand Down

0 comments on commit e294c30

Please sign in to comment.