Skip to content

Correct action folder #1

Correct action folder

Correct action folder #1

Workflow file for this run

py-shiny-validate/.github/.workflowsname: Publish Python 🐍 distributions 📦 to PyPI

Check failure on line 1 in .github/workflows/publish.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/publish.yml

Invalid workflow file

The workflow is not valid. .github/workflows/publish.yml (Line: 1, Col: 1): Unexpected value 'py-shiny-validate/.github/.workflowsname'
on:
push:
tags:
- "*"
jobs:
pypi-publish:
name: upload release to PyPI
runs-on: ubuntu-latest
# Specifying a GitHub environment is optional, but strongly encouraged
environment: release
permissions:
# IMPORTANT: this permission is mandatory for trusted publishing
id-token: write
steps:
# retrieve your distributions here
- name: Publish package distributions to PyPI
uses: pypa/gh-action-pypi-publish@release/v1