Skip to content

Commit

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

0 comments on commit aae0be3

Please sign in to comment.