Skip to content

Commit

Permalink
pass repository as env variable
Browse files Browse the repository at this point in the history
  • Loading branch information
bitcloud2 committed May 25, 2023
1 parent 04e992c commit a22f85f
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 a22f85f

Please sign in to comment.