metaspace2020 / metaspace

Cloud engine and platform for metabolite annotation for imaging mass spectrometry
https://metaspace2020.eu/
Apache License 2.0
44 stars 9 forks source link

Update python-client action workflow #1479

Closed sergii-mamedov closed 5 months ago

sergii-mamedov commented 5 months ago

PyPI has disallowed the use of login and password, API_TOKEN should be used instead. What I did:

  1. Created API_TOKEN for metaspace2020 package on PyPI and added it to GitHub secrets.
  2. Changed the authorization for twine package.
  3. Updated the action/checkout and actions/setup-python versions because they were outdated.