Skip to content

Fix test run step

Fix test run step #2

Workflow file for this run

name: Python package
on:
push:
tags:
- "v*.*.*.*"
jobs:
build:
runs-on: ubuntu-latest
steps:
- run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event."
#- uses: actions/checkout@v3
#- name: Build and publish to pypi
# uses: JRubics/[email protected]
# with:
# pypi_token: ${{ secrets.PYPI_TOKEN }}