Skip to content

Commit

Permalink
Add PyPI Publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Samk13 committed Feb 7, 2024
1 parent eab7c7c commit 32806fb
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/pypi-publish.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: PyPI Publish

on:
push:
tags:
- v*
jobs:
pypi-publish:
name: Upload release to PyPI
runs-on: ubuntu-latest
environment:
name: pypi
url: https://pypi.org/p/invenio-subjects-nasa
permissions:
id-token: write
steps:

- name: Publish package distributions to PyPI
uses: pypa/gh-action-pypi-publish@release/v1

0 comments on commit 32806fb

Please sign in to comment.