Skip to content

Commit

Permalink
another numpy attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan-jansen committed Oct 28, 2022
1 parent cd24301 commit 9fc6825
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,14 +102,14 @@ jobs:
path: dist

- name: publish to testpypi
uses: pypa/gh-action-pypi-publish@master
uses: pypa/gh-action-pypi-publish@release/v1
if: ${{ github.event.inputs.target }} == 'TESTPYPI'
with:
user: __token__
password: ${{ secrets.PYPITEST_TOKEN }}
repository_url: https://test.pypi.org/legacy/
- name: publish to pypi
uses: pypa/gh-action-pypi-publish@master
uses: pypa/gh-action-pypi-publish@release/v1
if: ${{ github.event.inputs.target }} == 'PYPI' || (github.event_name == 'release' && github.event.action == 'published')
with:
user: __token__
Expand Down

0 comments on commit 9fc6825

Please sign in to comment.