equinor/tagreader-python

Fix PyPi publish pipeline

Closed this issue · 1 comments

Current pipeline has 2 issues:

  1. It does not trigger automatically because release-please (bot) can't trigger another pipeline. This is a GitHub Actions feature done on purpose to avoid recursive triggering infinite loops of pipelines.
  2. Auth fails on upload to PyPi

Resolved