Skip to content
  1. Oct 03, 2021
    • nimrod's avatar
      Don't run pre-commit on scheduled builds. · ec4e732a
      nimrod authored
      There's really no point in it. I usually keep the master branch
      buildable and working so running pre-commit is a waste of time and a
      source for failed builds that shouldn't be.
      ec4e732a
  2. Sep 19, 2021
  3. Sep 16, 2021
  4. Sep 11, 2021
  5. Aug 14, 2021
    • nimrod's avatar
      Build wheels using build. · 3c1786e9
      nimrod authored
      Solves the issue with twine complaining about syntax errors in the
      long_description.
      3c1786e9
  6. Aug 11, 2021
    • nimrod's avatar
      Check built wheels using Twine. · ef50e93d
      nimrod authored
      It's the supported option nowadays and I put it in the after_script
      section so it won't break anything if it fails.
      ef50e93d
  7. Jul 31, 2021
  8. Jul 20, 2021
  9. Jul 04, 2021
  10. Jun 04, 2021
  11. May 22, 2021
  12. May 21, 2021
  13. May 10, 2021
  14. May 02, 2021
  15. Apr 29, 2021
  16. Apr 28, 2021
  17. Apr 24, 2021
    • nimrod's avatar
      Fix the notify template. · e9b56f43
      nimrod authored
      e9b56f43
    • nimrod's avatar
      Fix the CI. · c1ac84c5
      nimrod authored
      c1ac84c5
    • nimrod's avatar
      Don't lint the local .gitlab-ci.yml. · cb034503
      nimrod authored
      The linter can't handle it without a project, but it requires setting a
      token and I'm fed up with it. If it's not useful as a git hook before
      pushing, there's no point in running it in the CI (the CI wouldn't work
      if the file is invalid).
      cb034503