Skip to content

Commit

Permalink
Release v0.41.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MusfiqDehan committed Sep 2, 2024
1 parent a946cde commit 17e497f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
run: |
curl -sSL https://install.python-poetry.org | python3 -
poetry build
poetry config http-basic.pypi ${{ secrets.PYPI_USERNAME }} ${{ secrets.PYPI_PASSWORD }}
poetry config http-basic.pypi ${{ secrets.PYPI_API_TOKEN }}
poetry publish
- name: Create a new release
Expand Down

0 comments on commit 17e497f

Please sign in to comment.