Skip to content

Commit

Permalink
Try publishing to test pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
mraspaud committed Nov 27, 2023
1 parent 9053ea9 commit 90f6b7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,9 @@ jobs:
uses: actions/download-artifact@v3
with:
name: wheels
path: dist
path: wheelhouse
- name: Publish package to Test PyPI
if: github.event.action != 'published' && github.event_name == 'push'
if: github.event.action != 'published'
uses: pypa/gh-action-pypi-publish@v1.8.10
with:
user: __token__
Expand Down

0 comments on commit 90f6b7b

Please sign in to comment.