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

CI tests failing with Error: File "main" does not exist for labeled file upload #52

Closed
matthewfeickert opened this issue Jan 24, 2024 · 1 comment · Fixed by #53
Closed
Assignees
Labels
bug Something isn't working

Comments

@matthewfeickert
Copy link
Member

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

$ANACONDA_LABELS \

didn't get renamed.

@matthewfeickert matthewfeickert added the bug Something isn't working label Jan 24, 2024
@matthewfeickert matthewfeickert self-assigned this Jan 24, 2024
@matthewfeickert
Copy link
Member Author

This was my fault as this didn't get picked up in PR #47 before merge.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant