Skip to content

adstex v0.5.3

adstex v0.5.3 #15

Workflow file for this run

name: Upload Python Package
on:
release:
types: [created]
jobs:
deploy:
runs-on: ubuntu-latest
environment: production
permissions:
id-token: write
steps:
- uses: actions/checkout@v5
- uses: pypa/gh-action-pypi-publish@release/v1