Skip to content

Commit

Permalink
Add PyPI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
douglascdev committed Aug 5, 2023
1 parent 71418c6 commit 6317324
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions .github/workflows/pypi-publish.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
- name: pypi-publish
uses: pypa/gh-action-pypi-publish@v1.8.8
jobs:
pypi-publish:
name: Upload release to PyPI
runs-on: ubuntu-latest
environment:
name: pypi
url: https://pypi.org/p/gubchat
permissions:
id-token: write
steps:
# retrieve your distributions here

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

0 comments on commit 6317324

Please sign in to comment.