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
Following PR #47, the CI is failing the test upload with
... Creating release "0.0.1" Uploading file "scientific-python-nightly-wheels/test-package/0.0.1/test_package-0.0.1-py3-none-any.whl" 0%| | 0.00/1.27k [00:00<?, ?B/s] 6.78kB [00:00, 50.9kB/s] Upload complete Error: File "main" does not exist standard python located at: https://anaconda.org/scientific-python-nightly-wheels/test-package Error: File "main" does not exist
so there's something about the addition of the label parameter that isn't working as expected.
Ah, it is because
upload-nightly-action/cmd.sh
Line 79 in f689fba
didn't get renamed.
The text was updated successfully, but these errors were encountered:
This was my fault as this didn't get picked up in PR #47 before merge.
Sorry, something went wrong.
matthewfeickert
Successfully merging a pull request may close this issue.
Following PR #47, the CI is failing the test upload with
so there's something about the addition of the label parameter that isn't working as expected.
Ah, it is because
upload-nightly-action/cmd.sh
Line 79 in f689fba
didn't get renamed.
The text was updated successfully, but these errors were encountered: