Skip to content

Commit

Permalink
Merge pull request #63 from basf/hotfix
Browse files Browse the repository at this point in the history
update pipeline
  • Loading branch information
mkumar73 authored Jul 1, 2024
2 parents 3f52c19 + c982fe9 commit cec94ec
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 cec94ec

Please sign in to comment.