Skip to content

Commit

Permalink
Bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
antonio-leitao committed Jun 6, 2023
1 parent b7513fd commit fcaface
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/build_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,4 +115,6 @@ jobs:
uses: PyO3/maturin-action@v1
with:
command: upload
args: --username ${{ env.PYPI_USERNAME }} --password ${{ env.PYPI_PASSWORD }} --skip-existing *
username: ${{secrets.PYPI_USERNAME}}
password: ${{secrets.PYPI_PASSWORD}}
args: --skip-existing *
4 changes: 0 additions & 4 deletions CHANGELOG.md

This file was deleted.

0 comments on commit fcaface

Please sign in to comment.