Skip to content

Args passing to runner incorrectly #227

Open
@npapapietro

Description

I'm attempting to run a testpypi in my CI with the following workflow job step:

    - name: Publish to PyPI
      uses: PyO3/maturin-action@v1
      env:
        MATURIN_PYPI_TOKEN: ${{ secrets.PYPI_TOKEN_TEST }}
      with:
        command: upload
        args: "-r testpypi --skip-existing dist/*"

And the job runs via

/home/runner/work/_temp/01b59811-e59d-4b85-a41e-ca41aefcbc6d/maturin upload --repository --skip-existing ...

Where the arg for -r/--repository is removed. I've used the environment var MATURIN_REPOSITORY to work around for now.

Here is the job that attempted to run https://github.com/npapapietro/liesym/actions/runs/6828779586/job/18573598558 if you'd like to further inspect

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions