Skip to content

Commit

Permalink
add workflow publish to pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
zongsizhang committed Apr 29, 2024
1 parent 0762f43 commit e60298b
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/pypi-publish.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
on:
push:
tags:
- 'v[0-9]+.[0-9]+.[0-9]+'


jobs:
pypi-publish:
name: Upload release to PyPI
runs-on: ubuntu-latest
environment:
name: pypi
url: https://pypi.org/p/airflow-providers-wherobots
permissions:
id-token: write
steps:
- name: Publish package distributions to PyPI
uses: pypa/gh-action-pypi-publish@release/v1

0 comments on commit e60298b

Please sign in to comment.