Skip to content
This repository has been archived by the owner on Jan 6, 2025. It is now read-only.

Small Corrections added referer url and used new Vessel Image #9

Small Corrections added referer url and used new Vessel Image

Small Corrections added referer url and used new Vessel Image #9

name: Publish to PYPI
on:
push:
branches: ["main"]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build and publish to pypi
uses: JRubics/[email protected]
with:
python_version: "3.10.6"
pypi_token: ${{ secrets.PYPI_TOKEN }}