Skip to content

Commit

Permalink
Update CI.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanildoBarauna authored Sep 20, 2024
1 parent 55f157d commit 378ba5d
Showing 1 changed file with 0 additions and 44 deletions.
44 changes: 0 additions & 44 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,50 +41,6 @@ jobs:
token: ${{ secrets.CODECOV_TOKEN }}
files: ./coverage.xml

# pre_build:
# if: github.actor != 'actions[bot]'
# runs-on: ubuntu-latest
# needs: test
# steps:
# - name: Checkout code
# uses: actions/checkout@v2
# with:
# ref: ${{ github.head_ref }}

# - name: Set up Python
# uses: actions/setup-python@v2
# with:
# python-version: '3.9'

# - name: Poetry Setup
# run: |
# pip install --upgrade pip
# curl -sSL https://install.python-poetry.org | python3 -
# poetry config virtualenvs.create false
# poetry install

# - name: Generate and push Tag
# run: |
# git config --global user.name 'GitHub Actions'
# git config --global user.email '[email protected]'
# git push
# git tag -f $(poetry version -s)
# git push -f origin --tags

# - name: Build package
# run: poetry build

# - name: Repository Setup
# run: |
# poetry config repositories.test-pypi https://test.pypi.org/legacy/
# # poetry config pypi-token.test-pypi ${{ secrets.TEST_PYPI_TOKEN }}
# # poetry config pypi-token.pypi ${{ secrets.PYPI_TOKEN }}

# - name: Publish package to TestPyPI
# env:
# POETRY_PYPI_TOKEN_PYPI: ${{ secrets.TEST_PYPI_TOKEN }}
# run: poetry publish -r test-pypi -u __token__ --password $POETRY_PYPI_TOKEN_PYPI

environment:
name: Development
url: https://test.pypi.org/project/api-to-dataframe/

0 comments on commit 378ba5d

Please sign in to comment.