TomographicImaging / eqt

A number of templates and tools to develop Qt GUI's with Python effectively.
Other
2 stars 3 forks source link

Build with python 3.6, 3.7, 3.8 #8

Closed lauramurgatroyd closed 3 years ago

paskino commented 3 years ago

@lauramurgatroyd , could you please bump the build number here set it to 1?

 number: 1

I suspect that the upload fails because the linux and osx files already exist for version 0.0.7.

lauramurgatroyd commented 3 years ago

It still didn't work after increasing the build number. I can see on previous failed builds on main such as this

it has a message:

Distribution already exists. Please use the -i/--interactive or --force or --skip options or anaconda remove paskino/eqt/0.0.7/linux-64/eqt-0.0.7-py37_0.tar.bz2

but we don't get that here.

I can see that normally we get ANACONDA_API_TOKEN =**** But here we just have ANACONDA_API_TOKEN=

I think the problem is that this token is saved as an encrypted secret in the repo and this isn't transferred to the fork. The docs says: "secrets are not passed to the runner when a workflow is triggered from a forked repository"

So I think I need to make a PR from a branch in this repo instead, so will need permission to do this please