Skip to content

Commit

Permalink
Merge pull request #5 from Mikata-Project/prod_pypi
Browse files Browse the repository at this point in the history
switching to prod
  • Loading branch information
bitcloud2 authored May 25, 2023
2 parents aae0be3 + 8cf491e commit 6851856
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/create-python-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,7 @@ jobs:
- name: Publish to PyPI
uses: PyO3/maturin-action@v1
env:
MATURIN_REPOSITORY: testpypi
MATURIN_PYPI_TOKEN: ${{ secrets.PYPI_TEST_PASS }}
MATURIN_PYPI_TOKEN: ${{ secrets.PYPI_PASS }}
with:
command: upload
args: --skip-existing *

0 comments on commit 6851856

Please sign in to comment.