equinor / fmu-tools

fmu-tools is a library containing tools for pre- and post-processing in a Fast Model Update (FMU) context
https://equinor.github.io/fmu-tools/
GNU Lesser General Public License v3.0
10 stars 14 forks source link

Update fmutools-publish-pypi.yml #211

Closed jcrivenaes closed 5 months ago

jcrivenaes commented 5 months ago

Use trusted pypi publishing, #210

Not sure how to test this prior to merge?

mferrera commented 5 months ago

You may still need/want to have a

- name: Install build dependencies
  run: |
    pip install -U pip
    pip install build

step