Skip to content

Commit

Permalink
update build for manylinux and macos (#1077)
Browse files Browse the repository at this point in the history
  • Loading branch information
joamatab authored May 10, 2022
1 parent e269365 commit aab6c24
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
needs: [build, make_sdist]
runs-on: ubuntu-latest
# Uncomment for real PyPi
# if: github.event_name == 'release' && github.event.action == 'published'
if: github.event_name == 'release' && github.event.action == 'published'
steps:
- uses: actions/download-artifact@v2
with:
Expand All @@ -90,7 +90,7 @@ jobs:
with:
user: __token__
# Test PyPI
password: ${{ secrets.test_pypi_password }}
repository_url: https://test.pypi.org/legacy/
# password: ${{ secrets.test_pypi_password }}
# repository_url: https://test.pypi.org/legacy/
# Uncomment for Real Pypi
# password: ${{ secrets.pypi_password }}
password: ${{ secrets.pypi_password }}

0 comments on commit aab6c24

Please sign in to comment.