Skip to content

Upload Python Package #33

Upload Python Package

Upload Python Package #33

Workflow file for this run

name: Upload Python Package
on:
release:
types: [created]
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build and publish to Python package repository
uses: JRubics/poetry-publish@v2
with:
repository_name: "django_api_forms"
repository_url: "https://github.com/Sibyx/django_api_forms"
pypi_token: ${{ secrets.PYPI_TOKEN }}