Skip to content

Commit

Permalink
Fix recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
romainsacchi authored and romainsacchi committed May 14, 2024
1 parent 9641ba5 commit c7004f3
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,10 @@ jobs:
- name: Publish distribution 📦 to PyPI if Release
if: startsWith(github.ref, 'refs/tags')
uses: pypa/gh-action-pypi-publish@master
uses: pypa/gh-action-pypi-publish@release/v1
with:
user: ${{ secrets.PYPI_USER }}
password: ${{ secrets.PYPI_PASSWORD }}
skip_existing: true
password: ${{ secrets.PYPI_API_TOKEN }}
skip-existing: true

- name: Patch ab env with run requirements from stable recipe
uses: mikefarah/yq@master
Expand Down

0 comments on commit c7004f3

Please sign in to comment.