Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Example for using trusted puclihser uses wrong key #299

Open
francescalb opened this issue Oct 25, 2024 · 0 comments · May be fixed by #300
Open

Example for using trusted puclihser uses wrong key #299

francescalb opened this issue Oct 25, 2024 · 0 comments · May be fixed by #300

Comments

@francescalb
Copy link
Contributor

As you see from here: https://github.com/emmo-repo/EMMOntoPy/actions/runs/11517274255/job/32062083099,
package-dir is not a functioning key.

Valid keys are: ['entryPoint', 'args', 'user', 'password', 'repository-url', 'repository_url', 'packages-dir', 'packages_dir', 'verify-metadata', 'verify_metadata', 'skip-existing', 'skip_existing', 'verbose', 'print-hash', 'print_hash', 'attestations']

The example with the error looks like this:

  - name: Publish to PyPI
    uses: pypa/gh-action-pypi-publish@release/v1
    with:
      # The path to the distribution to upload
      package-dir: my-dists

and can be found here: https://github.com/SINTEF/ci-cd/blob/main/docs/workflows/cd_release.md#:~:text=steps%3A%0A%20%20%20%20%20%20%2D%20name%3A,dir%3A%20my%2Ddists

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant