Skip to content

Commit

Permalink
push to PYPI
Browse files Browse the repository at this point in the history
  • Loading branch information
PraaneshSelvaraj committed Mar 9, 2024
1 parent 7c8d7d8 commit ccd15bc
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/python-app.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Publish Python 🐍 distribution 📦 to PyPI
name: Publish Python 🐍 distribution 📦 to PyPI and TestPyPI

on:
push:
Expand All @@ -23,6 +23,11 @@ jobs:
pip install build
- name: Build distribution
run: python -m build
- name: Upload built distributions
uses: actions/upload-artifact@v2
with:
name: python-package-distributions
path: dist/

pypi-publish:
name: Publish Python 🐍 distribution 📦 to PyPI
Expand All @@ -39,4 +44,4 @@ jobs:
name: python-package-distributions
path: dist/
- name: Publish package distributions to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
uses: pypa/gh-action-pypi-publish@release/v1

0 comments on commit ccd15bc

Please sign in to comment.