[Checkins] [zopefoundation/BTrees] 3813f8: Avoid spurious "failures" on Appveyor during relea...

GitHub noreply at github.com
Mon Aug 13 13:29:07 CEST 2018


  Branch: refs/heads/master
  Home:   https://github.com/zopefoundation/BTrees
  Commit: 3813f8eeb18766dfb0c740719fb2d4b7d14a2fe3
      https://github.com/zopefoundation/BTrees/commit/3813f8eeb18766dfb0c740719fb2d4b7d14a2fe3
  Author: Marius Gedminas <marius at gedmin.as>
  Date:   2018-08-10 (Fri, 10 Aug 2018)

  Changed paths:
    M appveyor.yml

  Log Message:
  -----------
  Avoid spurious "failures" on Appveyor during releases

PowerShell interprets any stderr output from a child process as an
error.  This means warnings from pip about using
not-the-very-latest-version-how-dare-you and warnings from twine about
uploading the *.tar.gz which was probably already uploaded already and
might not be a bitwise identical copy because what even is
reproducibility cause the Appveyor builds to fail, even if the actual
binary wheels we want have been built and uploaded successfully.

*pauses to breathe*


  Commit: 4e46cd2339014daf338335d0fc77d6f4979416ca
      https://github.com/zopefoundation/BTrees/commit/4e46cd2339014daf338335d0fc77d6f4979416ca
  Author: Marius Gedminas <marius at gedmin.as>
  Date:   2018-08-10 (Fri, 10 Aug 2018)

  Changed paths:
    M appveyor.yml

  Log Message:
  -----------
  twine upload --skip-existing

This way if the sdist hasn't been uploaded yet for some reason, Appveyor
will take care of it.


  Commit: 7b6c79b7a3cd4a9779c8635fa0778870b7b8ddc0
      https://github.com/zopefoundation/BTrees/commit/7b6c79b7a3cd4a9779c8635fa0778870b7b8ddc0
  Author: Marius Gedminas <marius at gedmin.as>
  Date:   2018-08-13 (Mon, 13 Aug 2018)

  Changed paths:
    M appveyor.yml

  Log Message:
  -----------
  Merge pull request #93 from zopefoundation/cleaner-releases

Avoid spurious "failures" on Appveyor during releases


Compare: https://github.com/zopefoundation/BTrees/compare/bb08936139ff...7b6c79b7a3cd
      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.


More information about the checkins mailing list