Skip to content

Expose public url for files on demand (#139) #4

Expose public url for files on demand (#139)

Expose public url for files on demand (#139) #4

Workflow file for this run

# This workflow deploys a new release on PyPI once a pull request is closed
name: Deploy to PyPI
on:
push:
tags:
- 'v*'
jobs:
pypi-deploy:
name: Build and publish Python 🐍 distributions 📦 to live PyPI
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@master
- name: Publish distribution 📦 to PyPI
uses: JRubics/poetry-publish@v2.0
with:
ignore_dev_requirements: 'yes'
pypi_token: ${{ secrets.PYPI_PASSWORD }}