Skip to content

Commit

Permalink
Update publish-mango.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rcschrg authored Nov 22, 2023
1 parent bdf841a commit ce83baa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-mango.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ jobs:
source venv/bin/activate
python setup.py sdist bdist_wheel
- name: Publish package
uses: pypa/gh-action-pypi-publish@v1
uses: pypa/gh-action-pypi-publish@release/v1
with:
password: ${{ secrets.PYPI_API_TOKEN }}
password: ${{ secrets.PYPI_API_TOKEN }}

0 comments on commit ce83baa

Please sign in to comment.