fix python build

This commit is contained in:
Michael Davidsaver
2021-07-26 11:25:19 -07:00
parent 60c60b1c80
commit 7dda2693f8
+1 -1
View File
@@ -330,7 +330,7 @@ jobs:
path: dist/*
- name: Upload wheels
if: github.event_name=='push' && github.ref=='refs/heads/master' && matrix.piparch
if: github.event_name=='push' && github.ref=='refs/heads/master'
env:
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}