Skip to content

Commit

Permalink
disabling actions - pending
Browse files Browse the repository at this point in the history
  • Loading branch information
Harshal Dhir authored and Harshal Dhir committed Feb 14, 2023
1 parent 51ccb70 commit 7b2da27
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
name: Release to PyPi
#name: Release to PyPi
#
#on:
# push:
# branches: [ "master" ]

on:
push:
branches: [ "master" ]

jobs:
release_to_pypi:
runs-on: ubuntu-latest
name: release latest dist to py
steps:
- name: Publish a Python distribution to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
password: ${{ secrets.PYPI_API_TOKEN }}
#jobs:
# release_to_pypi:
# runs-on: ubuntu-latest
# name: release latest dist to py
# steps:
# - name: Publish a Python distribution to PyPI
# uses: pypa/gh-action-pypi-publish@release/v1
# with:
# password: ${{ secrets.PYPI_API_TOKEN }}

0 comments on commit 7b2da27

Please sign in to comment.