We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
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:
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
The text was updated successfully, but these errors were encountered: