Skip to content

Update publish.yml

Update publish.yml #5

Workflow file for this run

name: Python package
on:
push:
tags:
- "v*.*.*.*"
jobs:
build:
runs-on: ubuntu-latest
steps:
- run: echo "Job automatically triggered by a tagged ${{ github.event_name }} event."
- uses: actions/checkout@v3
- name: Build and publish to pypi
uses: JRubics/[email protected]
with:
pypi_token: ${{ secrets.TESTPYPI }}
repository_name: "jsonschema-fill-default"
repository_url: "https://test.pypi.org/projects/jsonschema-fill-default"
#steps:
#- uses: actions/checkout@v3
#- name: Build and publish to pypi
# uses: JRubics/[email protected]
# with:
# pypi_token: ${{ secrets.PYPI_TOKEN }}