Skip to content

Commit

Permalink
Update build-main.yml
Browse files Browse the repository at this point in the history
Removing publish section for now until an active user with admin rights can create Secrets in this repo
  • Loading branch information
gtdiehl authored Dec 28, 2021
1 parent 2c7b71c commit 1ac51ce
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions .github/workflows/build-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,27 +48,3 @@ jobs:
- name: Check with black
run: |
black --check envoy_reader
publish:
if: "contains(github.event.head_commit.message, 'Bump version')"
needs: [test, lint]
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v1
- name: Set up Python
uses: actions/setup-python@v1
with:
python-version: 3.9
- name: Install Dependencies
run: |
python -m pip install --upgrade pip
pip install setuptools wheel
- name: Build Package
run: |
python setup.py sdist bdist_wheel
- name: Publish to PyPI
uses: pypa/gh-action-pypi-publish@master
with:
user: gregtd
password: ${{ secrets.PYPI_TOKEN }}

0 comments on commit 1ac51ce

Please sign in to comment.