Skip to content

Commit

Permalink
Updated build actions to always publish released versions to pipy
Browse files Browse the repository at this point in the history
  • Loading branch information
albertogeniola committed Aug 10, 2021
1 parent 4bd1c0e commit 389108f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-0.4.x.x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ jobs:
release:
runs-on: ubuntu-latest
needs: [test, build]
if: ${{ always() }}
steps:
- name: Setup Python 3.8
uses: actions/setup-python@v2
Expand Down

0 comments on commit 389108f

Please sign in to comment.