Skip to content

Commit

Permalink
update pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
mkumar73 committed Jul 1, 2024
1 parent 83f6728 commit c982fe9
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/build-publish-pypi.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,17 @@
name: PyPI Builder and Releaser
name: Publish Package to PyPi

on:
push:
tags:
- "**"
branches:
- master

jobs:
publish:
name: Publishes release candidate to PyPI
runs-on: ubuntu-latest

steps:
- name: Checkout code
uses: actions/checkout@v2
with:
fetch-depth: 0

- name: Set up Python
uses: actions/setup-python@v2
Expand All @@ -32,4 +29,4 @@ jobs:
TWINE_PASSWORD: ${{ secrets.PYPI_TOKEN }}
run: |
python setup.py sdist bdist_wheel
twine upload dist/*
twine upload dist/*

0 comments on commit c982fe9

Please sign in to comment.