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
Despite setting force_update: true in appveyor.yml, appveyor is complaining that "Skipped - release with tag "1.0.3" already exists" and doesn't upload the binaries to github releases. See https://ci.appveyor.com/project/obspy/anaconda-installers/build/1.0.36/job/ewnrcnnhqjtuaer5#L1738
force_update: true
appveyor.yml
"Skipped - release with tag "1.0.3" already exists"
But since appveyor is supporting artifacts on their own site out of the box, we can still grab the built windows installers from the jobs artifacts page, e.g.: https://ci.appveyor.com/project/obspy/anaconda-installers/build/1.0.36/job/ewnrcnnhqjtuaer5/artifacts
It's just a bit less convenient to not have all installers in one place..
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Despite setting
force_update: true
inappveyor.yml
, appveyor is complaining that"Skipped - release with tag "1.0.3" already exists"
and doesn't upload the binaries to github releases. See https://ci.appveyor.com/project/obspy/anaconda-installers/build/1.0.36/job/ewnrcnnhqjtuaer5#L1738But since appveyor is supporting artifacts on their own site out of the box, we can still grab the built windows installers from the jobs artifacts page, e.g.: https://ci.appveyor.com/project/obspy/anaconda-installers/build/1.0.36/job/ewnrcnnhqjtuaer5/artifacts
It's just a bit less convenient to not have all installers in one place..
The text was updated successfully, but these errors were encountered: