Skip to content

Commit

Permalink
rolling back comments
Browse files Browse the repository at this point in the history
  • Loading branch information
callahantiff committed Feb 1, 2021
1 parent 9d8f9c6 commit 80d3926
Showing 1 changed file with 23 additions and 23 deletions.
46 changes: 23 additions & 23 deletions .github/workflows/build-qa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,26 +77,26 @@ jobs:
- name: Image Digest
run: echo ${{ steps.docker_build.outputs.digest }}

# publish_pypi_library:
# if: github.event_name == 'release'
# needs: build
# name: Publishes pkt_kg to PyPI
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v2
# with:
# fetch-depth: 0
# - name: Setup Python
# uses: actions/setup-python@v2
# with:
# python-version: 3.6
# - name: Install Requirements and Dependencies
# run: pip install --upgrade pip setuptools wheel
# - name: Create Package Distribution
# run: python setup.py sdist bdist_wheel
# - name: Publish Package tp PyPi
# uses: pypa/gh-action-pypi-publish@master
# with:
# user: __token__
# password: ${{ secrets.PYPI_API_TOKEN }}
# verbose: true
publish_pypi_library:
if: github.event_name == 'release'
needs: build
name: Publishes pkt_kg to PyPI
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Setup Python
uses: actions/setup-python@v2
with:
python-version: 3.6
- name: Install Requirements and Dependencies
run: pip install --upgrade pip setuptools wheel
- name: Create Package Distribution
run: python setup.py sdist bdist_wheel
- name: Publish Package tp PyPi
uses: pypa/gh-action-pypi-publish@master
with:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}
verbose: true

0 comments on commit 80d3926

Please sign in to comment.