Skip to content

Commit

Permalink
Add removed Python package build to package YAML (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
amruthvvkp authored May 22, 2022
1 parent ee111a5 commit a56f54a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# separate terms of service, privacy policy, and support
# documentation.

name: Upload Python Package
name: Publish Python 🐍 distributions 📦 to PyPI and TestPyPI

on:
release:
Expand All @@ -29,6 +29,8 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install build
- name: Build package
run: python -m build
- name: Publish distribution 📦 to Test PyPI
uses: pypa/gh-action-pypi-publish@master
with:
Expand Down

0 comments on commit a56f54a

Please sign in to comment.