Skip to content

Commit

Permalink
Merge e294c30 into b8d04a3
Browse files Browse the repository at this point in the history
  • Loading branch information
aschroed committed Jan 25, 2021
2 parents b8d04a3 + e294c30 commit 09cab5b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main-publish.yml
Original file line number Diff line number Diff line change
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 09cab5b

Please sign in to comment.