Skip to content

add latest Fh IEG hydrogen infrastructure planning report #1

add latest Fh IEG hydrogen infrastructure planning report

add latest Fh IEG hydrogen infrastructure planning report #1

Workflow file for this run

name: Build and publish Python 🐍 distributions 📦 to PyPI
on: push
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: 3.9
- name: Build distribution
run: |
python setup.py sdist
- name: Publish distribution 📦 to PyPI
if: startsWith(github.ref, 'refs/tags')
uses: pypa/gh-action-pypi-publish@master
with:
password: ${{ secrets.PYPI_API_TOKEN }}